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

#include <rpg_database.h>

+ Collaboration diagram for RPG::Database:

Public Attributes

std::vector< Actoractors
 
std::vector< Skillskills
 
std::vector< Itemitems
 
std::vector< Enemyenemies
 
std::vector< Trooptroops
 
std::vector< Terrainterrains
 
std::vector< Attributeattributes
 
std::vector< Statestates
 
std::vector< Animationanimations
 
std::vector< Chipsetchipsets
 
Terms terms
 
System system
 
std::vector< Switchswitches
 
std::vector< Variablevariables
 
std::vector< CommonEventcommonevents
 
BattleCommands battlecommands
 
std::vector< Classclasses
 
std::vector< BattlerAnimationbattleranimations
 

Detailed Description

Definition at line 37 of file rpg_database.h.

Member Data Documentation

std::vector<Actor> RPG::Database::actors

Definition at line 39 of file rpg_database.h.

std::vector<Animation> RPG::Database::animations

Definition at line 47 of file rpg_database.h.

std::vector<Attribute> RPG::Database::attributes

Definition at line 45 of file rpg_database.h.

BattleCommands RPG::Database::battlecommands

Definition at line 54 of file rpg_database.h.

std::vector<BattlerAnimation> RPG::Database::battleranimations

Definition at line 56 of file rpg_database.h.

std::vector<Chipset> RPG::Database::chipsets

Definition at line 48 of file rpg_database.h.

std::vector<Class> RPG::Database::classes

Definition at line 55 of file rpg_database.h.

std::vector<CommonEvent> RPG::Database::commonevents

Definition at line 53 of file rpg_database.h.

std::vector<Enemy> RPG::Database::enemies

Definition at line 42 of file rpg_database.h.

std::vector<Item> RPG::Database::items

Definition at line 41 of file rpg_database.h.

std::vector<Skill> RPG::Database::skills

Definition at line 40 of file rpg_database.h.

std::vector<State> RPG::Database::states

Definition at line 46 of file rpg_database.h.

std::vector<Switch> RPG::Database::switches

Definition at line 51 of file rpg_database.h.

System RPG::Database::system

Definition at line 50 of file rpg_database.h.

Terms RPG::Database::terms

Definition at line 49 of file rpg_database.h.

std::vector<Terrain> RPG::Database::terrains

Definition at line 44 of file rpg_database.h.

std::vector<Troop> RPG::Database::troops

Definition at line 43 of file rpg_database.h.

std::vector<Variable> RPG::Database::variables

Definition at line 52 of file rpg_database.h.


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