liblcf
RPG::Start Class Reference

#include <rpg_start.h>

+ Collaboration diagram for RPG::Start:

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
 

Detailed Description

Definition at line 22 of file rpg_start.h.

Member Data Documentation

◆ airship_map_id

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==().

◆ airship_x

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==().

◆ airship_y

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==().

◆ boat_map_id

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==().

◆ boat_x

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==().

◆ boat_y

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==().

◆ party_map_id

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==().

◆ party_x

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==().

◆ party_y

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==().

◆ ship_map_id

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==().

◆ ship_x

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==().

◆ ship_y

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==().


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