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_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 |
#define CL_TIMEFRAMES_ARRAYBLOCK 4096 |
#define MAX_DEMMSG (MAX_MSGLEN) |
void CL_Demo_Init | ( | void | ) |
int CL_GetMessage | ( | void | ) |
void CL_StopPlayback | ( | void | ) |
void CL_StopRecording | ( | void | ) |
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 |