UFO: Alien Invasion
|
#include <msg.h>
Data Fields | |
byte * | data |
int | maxsize |
int | cursize |
int | readcount |
int sizebuf_s::cursize |
current used size of the buffer
Definition at line 31 of file msg.h.
Referenced by Cbuf_AddText(), Cbuf_CopyToDefer(), Cbuf_Execute(), Cbuf_InsertText(), SZ_Clear(), and SZ_GetSpace().
byte* sizebuf_s::data |
pointer to the data in the buffer
Definition at line 29 of file msg.h.
Referenced by Cbuf_Execute(), Cbuf_InsertText(), SZ_GetSpace(), and SZ_Init().
int sizebuf_s::maxsize |
max. size of the allocated buffer
Definition at line 30 of file msg.h.
Referenced by Cbuf_AddText(), SZ_GetSpace(), and SZ_Init().