#include <overworld_inspect.h>
Public Attributes | |
uint8_t | entrance_id |
int | map_id |
int | world |
int | x |
int | y |
uint8_t | area_x |
uint8_t | area_y |
uint16_t | map_pos |
bool | is_hole |
std::optional< std::string > | entrance_name |
Definition at line 113 of file overworld_inspect.h.
uint8_t yaze::cli::overworld::EntranceDetails::entrance_id |
Definition at line 114 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::GetEntranceDetails().
int yaze::cli::overworld::EntranceDetails::map_id |
Definition at line 115 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::GetEntranceDetails().
int yaze::cli::overworld::EntranceDetails::world |
Definition at line 116 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::GetEntranceDetails().
int yaze::cli::overworld::EntranceDetails::x |
Definition at line 117 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::GetEntranceDetails().
int yaze::cli::overworld::EntranceDetails::y |
Definition at line 118 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::GetEntranceDetails().
uint8_t yaze::cli::overworld::EntranceDetails::area_x |
Definition at line 119 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::GetEntranceDetails().
uint8_t yaze::cli::overworld::EntranceDetails::area_y |
Definition at line 120 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::GetEntranceDetails().
uint16_t yaze::cli::overworld::EntranceDetails::map_pos |
Definition at line 121 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::GetEntranceDetails().
bool yaze::cli::overworld::EntranceDetails::is_hole |
Definition at line 122 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::GetEntranceDetails().
std::optional<std::string> yaze::cli::overworld::EntranceDetails::entrance_name |
Definition at line 123 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::GetEntranceDetails().