____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"#include <unittype.h>
Public Member Functions | |
| CUnitTypeVar () | |
Public Attributes | |
| char ** | VariableName |
| Array of names of user defined variables. | |
| CVariable * | Variable |
| Array of user defined variables (default value for unittype). | |
| int | NumberVariable |
| Number of defined variables. | |
| std::vector< CDecoVar * > | DecoVar |
| Array to describe how showing variable. | |
Definition at line 732 of file unittype.h.
| CUnitTypeVar::CUnitTypeVar | ( | ) | [inline] |
Definition at line 734 of file unittype.h.
| char** CUnitTypeVar::VariableName |
Array of names of user defined variables.
Definition at line 736 of file unittype.h.
Referenced by CclDefineVariables(), CleanUnitTypes(), GetVariableIndex(), InitDefinedVariables(), SaveUnit(), and UpdateUnitVariables().
Array of user defined variables (default value for unittype).
Definition at line 737 of file unittype.h.
Referenced by CclDefineVariables(), CleanUnitTypes(), InitDefinedVariables(), and NewUnitTypeSlot().
Number of defined variables.
Definition at line 739 of file unittype.h.
Referenced by CUnit::AssignToPlayer(), AdjustVariable::Cast(), CclDefineVariables(), CclSpellAction(), CclSpellCondition(), CleanUnitTypes(), GetVariableIndex(), HandleBuffs(), CUnit::Init(), InitDefinedVariables(), NewUnitTypeSlot(), PassCondition(), SaveUnit(), and UpdateStats().
| std::vector<CDecoVar *> CUnitTypeVar::DecoVar |
Array to describe how showing variable.
Definition at line 741 of file unittype.h.
Referenced by CclDefineDecorations(), CleanUnitTypes(), and DrawDecoration().
1.5.6