|
UFO: Alien Invasion
|
#include <msg.h>

Data Fields | |
| byte * | data |
| int | maxsize |
| int | cursize |
| int | readcount |
| int sizebuf_t::cursize |
current used size of the buffer
Definition at line 31 of file msg.h.
Referenced by Cbuf_AddText(), Cbuf_CopyToDefer(), Cbuf_Execute(), and Cbuf_InsertText().
| byte* sizebuf_t::data |
pointer to the data in the buffer
Definition at line 29 of file msg.h.
Referenced by Cbuf_Execute(), and Cbuf_InsertText().
| int sizebuf_t::maxsize |
max. size of the allocated buffer
Definition at line 30 of file msg.h.
Referenced by Cbuf_AddText().