QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
host.h File Reference
This graph shows which files directly or indirectly include this file:

Data Structures

struct  quakeparms_t
 

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_InitCommands (void)
 
void Host_Quit_f (void)
 
void Host_ServerFrame (void)
 
void Host_Shutdown (void)
 
void Host_ShutdownServer (qboolean crash)
 

Variables

struct cvar_sdeveloper
 
struct cbuf_shost_cbuf
 
int host_framecount
 
double host_frametime
 
int host_in_game
 
qboolean host_initialized
 
quakeparms_t host_parms
 
qboolean noclip_anglehack
 
struct cvar_spausable
 
double realtime
 
struct cvar_ssys_nostdout
 
struct cvar_ssys_ticrate
 
int viewentity
 

Function Documentation

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_InitCommands ( void  )
void Host_Quit_f ( void  )
void Host_ServerFrame ( void  )
void Host_Shutdown ( void  )
void Host_ShutdownServer ( qboolean  crash)

Variable Documentation

struct cbuf_s* host_cbuf
int host_framecount
double host_frametime
int host_in_game
qboolean host_initialized
quakeparms_t host_parms
qboolean noclip_anglehack
struct cvar_s* pausable
double realtime
struct cvar_s* sys_ticrate
int viewentity