QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cl_demo.c File Reference

Macros

#define CL_TIMEFRAMES_ARRAYBLOCK   4096
 
#define MAX_DEMMSG   (MAX_MSGLEN)
 

Functions

void CL_Demo_Init (void)
 
int CL_GetMessage (void)
 
void CL_Record (const char *argv1, int track)
 
void CL_StopPlayback (void)
 
void CL_StopRecording (void)
 

Variables

cvar_tdemo_gzip
 
cvar_tdemo_quit
 
cvar_tdemo_speed
 
cvar_tdemo_timeframes
 
double * demo_timeframes_array
 
int demo_timeframes_index
 
int demo_timeframes_isactive
 
char demoname [1024]
 
int timedemo_count
 
td_stats_t * timedemo_data
 
int timedemo_runs
 

Macro Definition Documentation

#define CL_TIMEFRAMES_ARRAYBLOCK   4096
#define MAX_DEMMSG   (MAX_MSGLEN)

Function Documentation

void CL_Demo_Init ( void  )
int CL_GetMessage ( void  )
void CL_Record ( const char *  argv1,
int  track 
)
void CL_StopPlayback ( void  )
void CL_StopRecording ( void  )

Variable Documentation

cvar_t* demo_gzip
cvar_t* demo_quit
cvar_t* demo_speed
cvar_t* demo_timeframes
double* demo_timeframes_array
int demo_timeframes_index
int demo_timeframes_isactive
char demoname[1024]
int timedemo_count
td_stats_t* timedemo_data
int timedemo_runs