____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"#include <network.h>
Public Member Functions | |
| CNetworkExtendedCommand () | |
| void | Serialize (unsigned char *p) |
| void | Deserialize (unsigned char *p) |
Static Public Member Functions | |
| static size_t | Size () |
Public Attributes | |
| Uint8 | ExtendedType |
| Extended network command type. | |
| Uint8 | Arg1 |
| Argument 1. | |
| Uint16 | Arg2 |
| Argument 2. | |
| Uint16 | Arg3 |
| Argument 3. | |
| Uint16 | Arg4 |
| Argument 4. | |
Definition at line 128 of file network.h.
| CNetworkExtendedCommand::CNetworkExtendedCommand | ( | ) | [inline] |
| void CNetworkExtendedCommand::Serialize | ( | unsigned char * | p | ) |
| void CNetworkExtendedCommand::Deserialize | ( | unsigned char * | p | ) |
| static size_t CNetworkExtendedCommand::Size | ( | ) | [inline, static] |
Extended network command type.
Definition at line 136 of file network.h.
Referenced by Deserialize(), NetworkSendExtendedCommand(), ParseNetworkCommand(), and Serialize().
Argument 1.
Definition at line 137 of file network.h.
Referenced by Deserialize(), NetworkSendExtendedCommand(), ParseNetworkCommand(), and Serialize().
Argument 2.
Definition at line 138 of file network.h.
Referenced by Deserialize(), NetworkSendExtendedCommand(), ParseNetworkCommand(), and Serialize().
Argument 3.
Definition at line 139 of file network.h.
Referenced by Deserialize(), NetworkSendExtendedCommand(), ParseNetworkCommand(), and Serialize().
Argument 4.
Definition at line 140 of file network.h.
Referenced by Deserialize(), NetworkSendExtendedCommand(), ParseNetworkCommand(), and Serialize().
1.5.6