Typedefs | |
typedef struct recorder_s | recorder_t |
Functions | |
recorder_t * | SVR_AddUser (void(*writer)(void *, struct sizebuf_s *, int), int(*frame)(void *), void(*end_frame)(recorder_t *, void *), void(*finish)(void *, struct sizebuf_s *), int demo, void *user) |
void | SVR_Continue (recorder_t *r) |
struct sizebuf_s * | SVR_Datagram (void) |
void | SVR_ForceFrame (void) |
void | SVR_Init (void) |
int | SVR_NumRecorders (void) |
void | SVR_Pause (recorder_t *r) |
void | SVR_RemoveUser (recorder_t *r) |
void | SVR_SendMessages (void) |
void | SVR_SetDelta (recorder_t *r, int delta, int in_frame) |
struct sizebuf_s * | SVR_WriteBegin (byte type, int to, int size) |
typedef struct recorder_s recorder_t |
recorder_t* SVR_AddUser | ( | void(*)(void *, struct sizebuf_s *, int) | writer, |
int(*)(void *) | frame, | ||
void(*)(recorder_t *, void *) | end_frame, | ||
void(*)(void *, struct sizebuf_s *) | finish, | ||
int | demo, | ||
void * | user | ||
) |
void SVR_Continue | ( | recorder_t * | r | ) |
struct sizebuf_s* SVR_Datagram | ( | void | ) |
void SVR_ForceFrame | ( | void | ) |
void SVR_Init | ( | void | ) |
int SVR_NumRecorders | ( | void | ) |
void SVR_Pause | ( | recorder_t * | r | ) |
void SVR_RemoveUser | ( | recorder_t * | r | ) |
void SVR_SendMessages | ( | void | ) |
void SVR_SetDelta | ( | recorder_t * | r, |
int | delta, | ||
int | in_frame | ||
) |