Data Structures | |
struct | quakeparms_t |
Macros | |
#define | MAX_NUM_ARGVS 50 |
Functions | |
void | Host_ClientCommands (const char *fmt,...) |
void | Host_EndGame (const char *message,...) |
void | Host_Error (const char *error,...) |
void | Host_Frame (float time) |
void | Host_Init (void) |
void | Host_InitCommands (void) |
void | Host_Quit_f (void) |
void | Host_ServerFrame (void) |
void | Host_Shutdown (void) |
void | Host_ShutdownServer (qboolean crash) |
Variables | |
int | host_framecount |
double | host_frametime |
quakeparms_t | host_parms |
qboolean | noclip_anglehack |
struct cvar_s * | password |
struct cvar_s * | sys_ticrate |
#define MAX_NUM_ARGVS 50 |
void Host_ClientCommands | ( | const char * | fmt, |
... | |||
) |
void Host_EndGame | ( | const char * | message, |
... | |||
) |
void Host_Error | ( | const char * | error, |
... | |||
) |
void Host_Frame | ( | float | time | ) |
void Host_Init | ( | void | ) |
void Host_InitCommands | ( | void | ) |
void Host_Quit_f | ( | void | ) |
void Host_ServerFrame | ( | void | ) |
void Host_Shutdown | ( | void | ) |
void Host_ShutdownServer | ( | qboolean | crash | ) |
int host_framecount |
double host_frametime |
quakeparms_t host_parms |
qboolean noclip_anglehack |
struct cvar_s* password |
struct cvar_s* sys_ticrate |