19#define MOTD_FILE autocvar_motdfile
void MOTD_Init(void)
Called by CSQC_Init() on the client game and by initents() on the server game to set up a networked '...
Definition: motd.qc:23
void MOTD_LoadFromFile(string)
Called on the server to load a specific 'message of the day' file.
Definition: motd.qc:60
void MOTD_LoadDefault(void)
Called on the server to load the default 'message of the day' file.
Definition: motd.qc:54
string MOTD_GetTextBody(void)
Returns the full text body of the 'message of the day' that is on the server.
Definition: motd.qc:92
int MOTD_GetLineCount(void)
Returns how many individual lines are present in the message of the day.
Definition: motd.qc:101
var string autocvar_motdfile
Definition: motd.h:18