liblcf
|
#include <rpg_event.h>
Public Attributes | |
int | ID = 0 |
std::string | name |
int32_t | x = 0 |
int32_t | y = 0 |
std::vector< EventPage > | pages |
Definition at line 25 of file rpg_event.h.
int RPG::Event::ID = 0 |
Definition at line 27 of file rpg_event.h.
static TypedField< RPG::Event, std::string > static_name & RPG::Event::name |
Definition at line 28 of file rpg_event.h.
Referenced by RPG::operator==().
static TypedField< RPG::Event, std::vector< RPG::EventPage > > static_pages & RPG::Event::pages |
Definition at line 31 of file rpg_event.h.
Referenced by RPG::operator==().
static TypedField< RPG::Event, int32_t > static_x & RPG::Event::x = 0 |
Definition at line 29 of file rpg_event.h.
Referenced by RPG::operator==().
static TypedField< RPG::Event, int32_t > static_y & RPG::Event::y = 0 |
Definition at line 30 of file rpg_event.h.
Referenced by RPG::operator==().