_________ __ __ / _____// |_____________ _/ |______ ____ __ __ ______ \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/ / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \ /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ > \/ \/ \//_____/ \/ ______________________ ______________________ T H E W A R B E G I N S Stratagus - A free fantasy real time strategy game engine
#include <net_message.h>
Public Member Functions | |
CNetworkExtendedCommand () | |
net_message.cpp - The network message code. | |
size_t | Serialize (unsigned char *buf) const |
size_t | Deserialize (const unsigned char *buf) |
Static Public Member Functions | |
static size_t | Size () |
Public Attributes | |
uint8_t | ExtendedType |
uint8_t | Arg1 |
Extended network command type. More... | |
uint16_t | Arg2 |
Argument 1. More... | |
uint16_t | Arg3 |
Argument 2. More... | |
uint16_t | Arg4 |
Argument 3. More... | |
Extended network command message.
|
inline |
size_t CNetworkExtendedCommand::Deserialize | ( | const unsigned char * | buf | ) |
size_t CNetworkExtendedCommand::Serialize | ( | unsigned char * | buf | ) | const |
|
inlinestatic |
uint8_t CNetworkExtendedCommand::Arg1 |
Extended network command type.
uint16_t CNetworkExtendedCommand::Arg2 |
Argument 1.
uint16_t CNetworkExtendedCommand::Arg3 |
Argument 2.
uint16_t CNetworkExtendedCommand::Arg4 |
Argument 3.
uint8_t CNetworkExtendedCommand::ExtendedType |