$treeview $search $mathjax
Stratagus
2.2.7
$projectbrief
|
$projectbrief
|
$searchbox |
_________ __ __ / _____// |_____________ _/ |______ ____ __ __ ______ \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/ / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \ /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ > \/ \/ \//_____/ \/ ______________________ ______________________ T H E W A R B E G I N S Stratagus - A free fantasy real time strategy game engine
#include <network.h>
Public Member Functions | |
CNetworkExtendedCommand () | |
network.cpp - The network. | |
void | Serialize (unsigned char *p) const |
void | Deserialize (const unsigned char *p) |
Static Public Member Functions | |
static size_t | Size () |
Public Attributes | |
uint8_t | ExtendedType |
uint8_t | Arg1 |
Extended network command type. | |
uint16_t | Arg2 |
Argument 1. | |
uint16_t | Arg3 |
Argument 2. | |
uint16_t | Arg4 |
Argument 3. |
CNetworkExtendedCommand::CNetworkExtendedCommand | ( | ) | [inline] |
void CNetworkExtendedCommand::Serialize | ( | unsigned char * | p | ) | const |
void CNetworkExtendedCommand::Deserialize | ( | const unsigned char * | p | ) |
static size_t CNetworkExtendedCommand::Size | ( | ) | [inline, static] |
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.