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

#include <rpg_testbattler.h>

+ Collaboration diagram for RPG::TestBattler:

Public Member Functions

 TestBattler ()
 

Public Attributes

int ID
 
int actor_id
 
int level
 
int weapon_id
 
int shield_id
 
int armor_id
 
int helmet_id
 
int accessory_id
 

Detailed Description

Definition at line 16 of file rpg_testbattler.h.

Constructor & Destructor Documentation

RPG::TestBattler::TestBattler ( )

Constructor.

Definition at line 15 of file rpg_testbattler.cpp.

References accessory_id, actor_id, armor_id, helmet_id, ID, level, shield_id, and weapon_id.

Member Data Documentation

int RPG::TestBattler::accessory_id

Definition at line 27 of file rpg_testbattler.h.

Referenced by TestBattler().

int RPG::TestBattler::actor_id

Definition at line 21 of file rpg_testbattler.h.

Referenced by TestBattler().

int RPG::TestBattler::armor_id

Definition at line 25 of file rpg_testbattler.h.

Referenced by TestBattler().

int RPG::TestBattler::helmet_id

Definition at line 26 of file rpg_testbattler.h.

Referenced by TestBattler().

int RPG::TestBattler::ID

Definition at line 20 of file rpg_testbattler.h.

Referenced by TestBattler().

int RPG::TestBattler::level

Definition at line 22 of file rpg_testbattler.h.

Referenced by TestBattler().

int RPG::TestBattler::shield_id

Definition at line 24 of file rpg_testbattler.h.

Referenced by TestBattler().

int RPG::TestBattler::weapon_id

Definition at line 23 of file rpg_testbattler.h.

Referenced by TestBattler().


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