$treeview $search $mathjax
Stratagus
2.2.6
$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 <unittype.h>
Public Member Functions | |
CUnitTypeVar () | |
unsigned int | GetNumberBoolFlag () const |
Array to describe how showing variable. | |
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. | |
std::vector< CVariable > | Variable |
Container of names of user defined variables. | |
std::vector< CDecoVar * > | DecoVar |
Array of user defined variables (default value for unittype). | |
Classes | |
struct | CBoolKeys |
struct | CKeys |
struct | CVariableKeys |
Variable info for unit and unittype.
CUnitTypeVar::CUnitTypeVar | ( | ) | [inline] |
void CUnitTypeVar::Init | ( | ) |
void CUnitTypeVar::Clear | ( | ) |
unsigned int CUnitTypeVar::GetNumberBoolFlag | ( | ) | const [inline] |
Array to describe how showing variable.
unsigned int CUnitTypeVar::GetNumberVariable | ( | ) | const [inline] |
Container of name of user defined bool flag.
std::vector<CVariable> CUnitTypeVar::Variable |
Container of names of user defined variables.
std::vector<CDecoVar *> CUnitTypeVar::DecoVar |
Array of user defined variables (default value for unittype).