yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::overworld::EntranceDetails Struct Reference

#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
 

Detailed Description

Definition at line 113 of file overworld_inspect.h.

Member Data Documentation

◆ entrance_id

uint8_t yaze::cli::overworld::EntranceDetails::entrance_id

Definition at line 114 of file overworld_inspect.h.

Referenced by yaze::cli::overworld::GetEntranceDetails().

◆ map_id

int yaze::cli::overworld::EntranceDetails::map_id

Definition at line 115 of file overworld_inspect.h.

Referenced by yaze::cli::overworld::GetEntranceDetails().

◆ world

int yaze::cli::overworld::EntranceDetails::world

Definition at line 116 of file overworld_inspect.h.

Referenced by yaze::cli::overworld::GetEntranceDetails().

◆ x

int yaze::cli::overworld::EntranceDetails::x

Definition at line 117 of file overworld_inspect.h.

Referenced by yaze::cli::overworld::GetEntranceDetails().

◆ y

int yaze::cli::overworld::EntranceDetails::y

Definition at line 118 of file overworld_inspect.h.

Referenced by yaze::cli::overworld::GetEntranceDetails().

◆ area_x

uint8_t yaze::cli::overworld::EntranceDetails::area_x

Definition at line 119 of file overworld_inspect.h.

Referenced by yaze::cli::overworld::GetEntranceDetails().

◆ area_y

uint8_t yaze::cli::overworld::EntranceDetails::area_y

Definition at line 120 of file overworld_inspect.h.

Referenced by yaze::cli::overworld::GetEntranceDetails().

◆ map_pos

uint16_t yaze::cli::overworld::EntranceDetails::map_pos

Definition at line 121 of file overworld_inspect.h.

Referenced by yaze::cli::overworld::GetEntranceDetails().

◆ is_hole

bool yaze::cli::overworld::EntranceDetails::is_hole

Definition at line 122 of file overworld_inspect.h.

Referenced by yaze::cli::overworld::GetEntranceDetails().

◆ entrance_name

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


The documentation for this struct was generated from the following file: