_________ __ __ / _____// |_____________ _/ |______ ____ __ __ ______ \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/ / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \ /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ > \/ \/ \//_____/ \/ ______________________ ______________________ T H E W A R B E G I N S Stratagus - A free fantasy real time strategy game engine
Orc wall. More...
#include <unittype.h>
Classes | |
struct | CBoolKeys |
struct | CKeys |
struct | CVariableKeys |
Public Member Functions | |
CUnitTypeVar () | |
unsigned int | GetNumberBoolFlag () const |
Array to describe how showing variable. More... | |
unsigned int | GetNumberVariable () const |
unittype.cpp - The unit types. | |
void | Init () |
void | Clear () |
Public Attributes | |
CBoolKeys | BoolFlagNameLookup |
CVariableKeys | VariableNameLookup |
Container of name of user defined bool flag. More... | |
std::vector< CVariable > | Variable |
Container of names of user defined variables. More... | |
std::vector< CDecoVar * > | DecoVar |
Array of user defined variables (default value for unittype). More... | |
Orc wall.
Variable info for unit and unittype.
|
inline |
void CUnitTypeVar::Clear | ( | ) |
|
inline |
Array to describe how showing variable.
|
inline |
void CUnitTypeVar::Init | ( | ) |
CBoolKeys CUnitTypeVar::BoolFlagNameLookup |
std::vector<CDecoVar *> CUnitTypeVar::DecoVar |
Array of user defined variables (default value for unittype).
std::vector<CVariable> CUnitTypeVar::Variable |
Container of names of user defined variables.
CVariableKeys CUnitTypeVar::VariableNameLookup |
Container of name of user defined bool flag.