Macros | |
| #define | VCR_SIGNATURE 0x56435231 |
Functions | |
| void | Host_ClearMemory (void) |
| 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_ServerFrame (void) |
| void | Host_Shutdown (void) |
| void | Host_ShutdownServer (qboolean crash) |
| void | SV_BroadcastPrintf (const char *fmt,...) |
| void | SV_ClientPrintf (const char *fmt,...) |
| void | SV_DropClient (qboolean crash) |
Variables | |
| cvar_t * | cl_quakerc |
| cvar_t * | cl_usleep |
| double | con_frametime |
| double | con_realtime |
| cvar_t * | coop |
| cvar_t * | deathmatch |
| cvar_t * | fraglimit |
| jmp_buf | host_abortserver |
| cbuf_t * | host_cbuf |
| client_t * | host_client |
| int | host_framecount |
| cvar_t * | host_framerate |
| double | host_frametime |
| int | host_hunklevel |
| int | host_in_game |
| qboolean | host_initialized |
| cvar_t * | host_mem_size |
| quakeparms_t | host_parms |
| cvar_t * | host_speeds |
| double | host_time |
| cvar_t * | max_edicts |
| int | minimum_memory |
| cvar_t * | noexit |
| double | oldcon_realtime |
| double | oldrealtime |
| cvar_t * | pausable |
| double | realtime |
| cvar_t * | samelevel |
| cvar_t * | serverprofile |
| cvar_t * | skill |
| cvar_t * | sys_ticrate |
| cvar_t * | teamplay |
| cvar_t * | temp1 |
| cvar_t * | timelimit |
| #define VCR_SIGNATURE 0x56435231 |
| void Host_ClearMemory | ( | void | ) |
| 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_ServerFrame | ( | void | ) |
| void Host_Shutdown | ( | void | ) |
| void Host_ShutdownServer | ( | qboolean | crash | ) |
| void SV_BroadcastPrintf | ( | const char * | fmt, |
| ... | |||
| ) |
| void SV_ClientPrintf | ( | const char * | fmt, |
| ... | |||
| ) |
| void SV_DropClient | ( | qboolean | crash | ) |
| cvar_t* cl_quakerc |
| cvar_t* cl_usleep |
| double con_frametime |
| double con_realtime |
| cvar_t* coop |
| cvar_t* deathmatch |
| cvar_t* fraglimit |
| jmp_buf host_abortserver |
| cbuf_t* host_cbuf |
| client_t* host_client |
| int host_framecount |
| cvar_t* host_framerate |
| double host_frametime |
| int host_hunklevel |
| int host_in_game |
| qboolean host_initialized |
| cvar_t* host_mem_size |
| quakeparms_t host_parms |
| cvar_t* host_speeds |
| double host_time |
| cvar_t* max_edicts |
| int minimum_memory |
| cvar_t* noexit |
| double oldcon_realtime |
| double oldrealtime |
| cvar_t* pausable |
| cvar_t* samelevel |
| cvar_t* serverprofile |
| cvar_t* skill |
| cvar_t* sys_ticrate |
| cvar_t* teamplay |
| cvar_t* temp1 |
| cvar_t* timelimit |