|
void | MSG_Reliable_FinishWrite (backbuf_t *rel) |
|
void | MSG_Reliable_Send (backbuf_t *rel) |
|
sizebuf_t * | MSG_ReliableCheckBlock (backbuf_t *rel, int maxsize) |
|
int | MSG_ReliableCheckSize (backbuf_t *rel, int maxsize, int minsize) |
|
void | MSG_ReliableWrite_Angle (backbuf_t *rel, float f) |
|
void | MSG_ReliableWrite_Angle16 (backbuf_t *rel, float f) |
|
void | MSG_ReliableWrite_AngleV (backbuf_t *rel, const vec3_t v) |
|
sizebuf_t * | MSG_ReliableWrite_Begin (backbuf_t *rel, int c, int maxsize) |
|
void | MSG_ReliableWrite_Byte (backbuf_t *rel, int c) |
|
void | MSG_ReliableWrite_Char (backbuf_t *rel, int c) |
|
void | MSG_ReliableWrite_Coord (backbuf_t *rel, float f) |
|
void | MSG_ReliableWrite_CoordV (backbuf_t *rel, const vec3_t v) |
|
void | MSG_ReliableWrite_Float (backbuf_t *rel, float f) |
|
void | MSG_ReliableWrite_Long (backbuf_t *rel, int c) |
|
void | MSG_ReliableWrite_Short (backbuf_t *rel, int c) |
|
void | MSG_ReliableWrite_String (backbuf_t *rel, const char *s) |
|
void | MSG_ReliableWrite_SZ (backbuf_t *rel, const void *data, int len) |
|