liblcf
|
#include <rpg_start.h>
Public Attributes | |
int32_t | party_map_id = 0 |
int32_t | party_x = 0 |
int32_t | party_y = 0 |
int32_t | boat_map_id = 0 |
int32_t | boat_x = 0 |
int32_t | boat_y = 0 |
int32_t | ship_map_id = 0 |
int32_t | ship_x = 0 |
int32_t | ship_y = 0 |
int32_t | airship_map_id = 0 |
int32_t | airship_x = 0 |
int32_t | airship_y = 0 |
Definition at line 22 of file rpg_start.h.
static TypedField< RPG::Start, int32_t > static_airship_map_id & RPG::Start::airship_map_id = 0 |
Definition at line 33 of file rpg_start.h.
Referenced by RPG::operator==().
static TypedField< RPG::Start, int32_t > static_airship_x & RPG::Start::airship_x = 0 |
Definition at line 34 of file rpg_start.h.
Referenced by RPG::operator==().
static TypedField< RPG::Start, int32_t > static_airship_y & RPG::Start::airship_y = 0 |
Definition at line 35 of file rpg_start.h.
Referenced by RPG::operator==().
static TypedField< RPG::Start, int32_t > static_boat_map_id & RPG::Start::boat_map_id = 0 |
Definition at line 27 of file rpg_start.h.
Referenced by RPG::operator==().
static TypedField< RPG::Start, int32_t > static_boat_x & RPG::Start::boat_x = 0 |
Definition at line 28 of file rpg_start.h.
Referenced by RPG::operator==().
static TypedField< RPG::Start, int32_t > static_boat_y & RPG::Start::boat_y = 0 |
Definition at line 29 of file rpg_start.h.
Referenced by RPG::operator==().
static TypedField< RPG::Start, int32_t > static_party_map_id & RPG::Start::party_map_id = 0 |
Definition at line 24 of file rpg_start.h.
Referenced by RPG::operator==().
static TypedField< RPG::Start, int32_t > static_party_x & RPG::Start::party_x = 0 |
Definition at line 25 of file rpg_start.h.
Referenced by RPG::operator==().
static TypedField< RPG::Start, int32_t > static_party_y & RPG::Start::party_y = 0 |
Definition at line 26 of file rpg_start.h.
Referenced by RPG::operator==().
static TypedField< RPG::Start, int32_t > static_ship_map_id & RPG::Start::ship_map_id = 0 |
Definition at line 30 of file rpg_start.h.
Referenced by RPG::operator==().
static TypedField< RPG::Start, int32_t > static_ship_x & RPG::Start::ship_x = 0 |
Definition at line 31 of file rpg_start.h.
Referenced by RPG::operator==().
static TypedField< RPG::Start, int32_t > static_ship_y & RPG::Start::ship_y = 0 |
Definition at line 32 of file rpg_start.h.
Referenced by RPG::operator==().