FTEQW
Documentation of the FTE engine source tree.
cl_ignore.h File Reference

Go to the source code of this file.

Functions

void Ignore_Init (void)
 
qboolean Ignore_Message (const char *sendername, const char *s, int flags)
 
char Ignore_Check_Flood (player_info_t *sender, const char *s, int flags)
 
void Ignore_Flood_Add (player_info_t *sender, const char *s)
 
void Ignore_ResetFloodList (void)
 
int Player_StringtoSlot (const char *arg)
 

Function Documentation

◆ Ignore_Check_Flood()

char Ignore_Check_Flood ( player_info_t sender,
const char *  s,
int  flags 
)

◆ Ignore_Flood_Add()

void Ignore_Flood_Add ( player_info_t sender,
const char *  s 
)

◆ Ignore_Init()

void Ignore_Init ( void  )

◆ Ignore_Message()

qboolean Ignore_Message ( const char *  sendername,
const char *  s,
int  flags 
)

◆ Ignore_ResetFloodList()

void Ignore_ResetFloodList ( void  )

◆ Player_StringtoSlot()

int Player_StringtoSlot ( const char *  arg)