$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 <netconnect.h>
Public Member Functions | |
void | Clear () |
netconnect.cpp - The network high level connection code. | |
unsigned char * | Serialize () const |
void | Deserialize (const unsigned char *p) |
Static Public Member Functions | |
static size_t | Size () |
Public Attributes | |
uint32_t | ResourcesOption |
uint32_t | UnitsOption |
Resources option. | |
uint32_t | FogOfWar |
Unit # option. | |
uint32_t | RevealMap |
Fog of war option. | |
uint32_t | TilesetSelection |
Reveal all the map. | |
uint32_t | GameTypeOption |
Tileset select option. | |
uint32_t | Difficulty |
Game type option. | |
uint32_t | MapRichness |
Difficulty option. | |
uint32_t | CompOpt [PlayerMax] |
Map richness option. | |
uint32_t | Ready [PlayerMax] |
Free slot option selection {"Available", "Computer", "Closed" }. | |
uint32_t | Race [PlayerMax] |
Client ready state. | |
uint32_t | LastFrame [PlayerMax] |
Client race selection. |
unsigned char * CServerSetup::Serialize | ( | ) | const |
void CServerSetup::Deserialize | ( | const unsigned char * | p | ) |
static size_t CServerSetup::Size | ( | ) | [inline, static] |
void CServerSetup::Clear | ( | ) | [inline] |
uint32_t CServerSetup::ResourcesOption |
uint32_t CServerSetup::UnitsOption |
Resources option.
uint32_t CServerSetup::FogOfWar |
Unit # option.
uint32_t CServerSetup::RevealMap |
Fog of war option.
uint32_t CServerSetup::TilesetSelection |
Reveal all the map.
uint32_t CServerSetup::GameTypeOption |
Tileset select option.
uint32_t CServerSetup::Difficulty |
Game type option.
uint32_t CServerSetup::MapRichness |
Difficulty option.
uint32_t CServerSetup::CompOpt[PlayerMax] |
Map richness option.
uint32_t CServerSetup::Ready[PlayerMax] |
Free slot option selection {"Available", "Computer", "Closed" }.
uint32_t CServerSetup::Race[PlayerMax] |
Client ready state.
uint32_t CServerSetup::LastFrame[PlayerMax] |
Client race selection.