|
Odamex
Setting the Standard in Multiplayer Doom
|
Functions | |
| const char * | ReadString (byte **stream) |
| int | ReadByte (byte **stream) |
| int | ReadWord (byte **stream) |
| int | ReadLong (byte **stream) |
| void | WriteString (const char *string, byte **stream) |
| void | WriteByte (byte v, byte **stream) |
| void | WriteWord (short v, byte **stream) |
| void | WriteLong (int v, byte **stream) |
| int | UnpackUserCmd (usercmd_t *ucmd, byte **stream) |
| int | PackUserCmd (usercmd_t *ucmd, byte **stream) |
| FArchive & | operator<< (FArchive &arc, usercmd_t &cmd) |
| FArchive & | operator>> (FArchive &arc, usercmd_t &cmd) |
| int ReadByte | ( | byte ** | stream | ) |
| int ReadLong | ( | byte ** | stream | ) |
| const char* ReadString | ( | byte ** | stream | ) |
| int ReadWord | ( | byte ** | stream | ) |
| void WriteLong | ( | int | v, |
| byte ** | stream | ||
| ) |
| void WriteString | ( | const char * | string, |
| byte ** | stream | ||
| ) |
| void WriteWord | ( | short | v, |
| byte ** | stream | ||
| ) |