liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
RPG::Troop Class Reference

#include <rpg_troop.h>

+ Collaboration diagram for RPG::Troop:

Public Member Functions

 Troop ()
 

Public Attributes

int ID
 
std::string name
 
std::vector< TroopMembermembers
 
bool auto_alignment
 
std::vector< bool > terrain_set
 
std::vector< TroopPagepages
 

Detailed Description

Definition at line 22 of file rpg_troop.h.

Constructor & Destructor Documentation

RPG::Troop::Troop ( )

Constructor.

Definition at line 15 of file rpg_troop.cpp.

References auto_alignment, ID, and name.

Member Data Documentation

bool RPG::Troop::auto_alignment

Definition at line 29 of file rpg_troop.h.

Referenced by Troop().

int RPG::Troop::ID

Definition at line 26 of file rpg_troop.h.

Referenced by Troop().

std::vector<TroopMember> RPG::Troop::members

Definition at line 28 of file rpg_troop.h.

std::string RPG::Troop::name

Definition at line 27 of file rpg_troop.h.

Referenced by Troop().

std::vector<TroopPage> RPG::Troop::pages

Definition at line 31 of file rpg_troop.h.

std::vector<bool> RPG::Troop::terrain_set

Definition at line 30 of file rpg_troop.h.


The documentation for this class was generated from the following files: