Go to the source code of this file.
Functions | |
void | TOTD_InitStartup (void) |
Init function for cvars and console command bindings. | |
void | CL_ParseTipsOfTheDay (const char *name, const char **text) |
Parse all tip definitions from the script files. |
Definition in file cl_tip.h.
void CL_ParseTipsOfTheDay | ( | const char * | name, | |
const char ** | text | |||
) |
Parse all tip definitions from the script files.
Definition at line 81 of file cl_tip.c.
References cl_genericPool, Com_EParse(), Com_Parse(), Com_Printf(), Mem_PoolAlloc, Mem_PoolStrDup, tipOfTheDay_s::next, tipCount, and tipOfTheDay_s::tipString.
Referenced by CL_ParseClientData().
void TOTD_InitStartup | ( | void | ) |
Init function for cvars and console command bindings.
Definition at line 117 of file cl_tip.c.
References CL_GetTipOfTheDay_f(), Cmd_AddCommand(), CVAR_ARCHIVE, and Cvar_Get().
Referenced by CL_InitLocal().