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

Typedefs

typedef struct recorder_s recorder_t
 

Functions

recorder_tSVR_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_sSVR_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_sSVR_WriteBegin (byte type, int to, int size)
 

Typedef Documentation

typedef struct recorder_s recorder_t

Function Documentation

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 
)
struct sizebuf_s* SVR_WriteBegin ( byte  type,
int  to,
int  size 
)