|
liblcf
|
#include <rpg_trooppage.h>
Collaboration diagram for RPG::TroopPage:Public Attributes | |
| int | ID = 0 |
| TroopPageCondition | condition |
| std::vector< EventCommand > | event_commands |
Definition at line 24 of file rpg_trooppage.h.
| static TypedField< RPG::TroopPage, RPG::TroopPageCondition > static_condition & RPG::TroopPage::condition |
Definition at line 27 of file rpg_trooppage.h.
Referenced by RPG::operator==().
| static TypedField< RPG::TroopPage, std::vector< RPG::EventCommand > > static_event_commands & RPG::TroopPage::event_commands |
Definition at line 28 of file rpg_trooppage.h.
Referenced by RPG::operator==().
| int RPG::TroopPage::ID = 0 |
Definition at line 26 of file rpg_trooppage.h.