FTEQW
Documentation of the FTE engine source tree.
sv_chat.c File Reference

Functions

float SV_ChatFunc (const char *func)
 
void Chat_GetTag (const char *filename, float tag, char **text, char **condition, char **options)
 
chatvar_tSV_ChatFindVariable (char *name)
 
float SV_ChatGetValue (char *name)
 
float SV_ChatSetValue (char *name, float newval)
 
void SV_SendChat (void)
 
void SV_EndChat (void)
 
void SV_Chat (const char *filename, float starttag, edict_t *edict)
 
void SV_RecieveChat (int sel)
 
void SV_WipeChat (client_t *client)
 
char * SV_SaveChat (void)
 
void SV_LoadChat (char *buffer)
 
int SV_ChatMove (int impulse)
 
void SV_ChatThink (client_t *client)
 

Function Documentation

◆ Chat_GetTag()

void Chat_GetTag ( const char *  filename,
float  tag,
char **  text,
char **  condition,
char **  options 
)

◆ SV_Chat()

void SV_Chat ( const char *  filename,
float  starttag,
edict_t edict 
)

◆ SV_ChatFindVariable()

chatvar_t * SV_ChatFindVariable ( char *  name)

◆ SV_ChatFunc()

float SV_ChatFunc ( const char *  func)

◆ SV_ChatGetValue()

float SV_ChatGetValue ( char *  name)

◆ SV_ChatMove()

int SV_ChatMove ( int  impulse)

◆ SV_ChatSetValue()

float SV_ChatSetValue ( char *  name,
float  newval 
)

◆ SV_ChatThink()

void SV_ChatThink ( client_t client)

◆ SV_EndChat()

void SV_EndChat ( void  )

◆ SV_LoadChat()

void SV_LoadChat ( char *  buffer)

◆ SV_RecieveChat()

void SV_RecieveChat ( int  sel)

◆ SV_SaveChat()

char * SV_SaveChat ( void  )

◆ SV_SendChat()

void SV_SendChat ( void  )

◆ SV_WipeChat()

void SV_WipeChat ( client_t client)