_________ __                 __
        /   _____//  |_____________ _/  |______     ____  __ __  ______
        \_____  \\   __\_  __ \__  \\   __\__  \   / ___\|  |  \/  ___/
        /        \|  |  |  | \// __ \|  |  / __ \_/ /_/  >  |  /\___ \
       /_______  /|__|  |__|  (____  /__| (____  /\___  /|____//____  >
               \/                  \/          \//_____/            \/
    ______________________                           ______________________
                          T H E   W A R   B E G I N S
                   Stratagus - A free fantasy real time strategy game engine

Classes | Public Member Functions | Public Attributes | List of all members
CUnitTypeVar Class Reference

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< CVariableVariable
 Container of names of user defined variables. More...
 
std::vector< CDecoVar * > DecoVar
 Array of user defined variables (default value for unittype). More...
 

Detailed Description

Orc wall.

Variable info for unit and unittype.

Constructor & Destructor Documentation

◆ CUnitTypeVar()

CUnitTypeVar::CUnitTypeVar ( )
inline

Member Function Documentation

◆ Clear()

void CUnitTypeVar::Clear ( )

◆ GetNumberBoolFlag()

unsigned int CUnitTypeVar::GetNumberBoolFlag ( ) const
inline

Array to describe how showing variable.

◆ GetNumberVariable()

unsigned int CUnitTypeVar::GetNumberVariable ( ) const
inline

◆ Init()

void CUnitTypeVar::Init ( )

Member Data Documentation

◆ BoolFlagNameLookup

CBoolKeys CUnitTypeVar::BoolFlagNameLookup

◆ DecoVar

std::vector<CDecoVar *> CUnitTypeVar::DecoVar

Array of user defined variables (default value for unittype).

◆ Variable

std::vector<CVariable> CUnitTypeVar::Variable

Container of names of user defined variables.

◆ VariableNameLookup

CVariableKeys CUnitTypeVar::VariableNameLookup

Container of name of user defined bool flag.


The documentation for this class was generated from the following files:
(C) Copyright 1998-2012 by The Stratagus Project under the GNU General Public License.
All trademarks and copyrights on this page are owned by their respective owners.