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

#include <overworld_inspect.h>

Public Attributes

WarpType type
 
uint16_t raw_map_id
 
int map_id
 
int world
 
int local_index
 
int map_x
 
int map_y
 
int tile16_x
 
int tile16_y
 
int pixel_x
 
int pixel_y
 
uint16_t map_pos
 
bool deleted
 
bool is_hole
 
std::optional< uint8_t > entrance_id
 
std::optional< std::string > entrance_name
 
std::optional< uint16_t > room_id
 
std::optional< uint16_t > door_type_1
 
std::optional< uint16_t > door_type_2
 

Detailed Description

Definition at line 56 of file overworld_inspect.h.

Member Data Documentation

◆ type

WarpType yaze::cli::overworld::WarpEntry::type

Definition at line 57 of file overworld_inspect.h.

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

◆ raw_map_id

uint16_t yaze::cli::overworld::WarpEntry::raw_map_id

◆ map_id

◆ world

◆ local_index

int yaze::cli::overworld::WarpEntry::local_index

◆ map_x

int yaze::cli::overworld::WarpEntry::map_x

◆ map_y

int yaze::cli::overworld::WarpEntry::map_y

◆ tile16_x

◆ tile16_y

◆ pixel_x

int yaze::cli::overworld::WarpEntry::pixel_x

◆ pixel_y

int yaze::cli::overworld::WarpEntry::pixel_y

◆ map_pos

uint16_t yaze::cli::overworld::WarpEntry::map_pos

◆ deleted

bool yaze::cli::overworld::WarpEntry::deleted

Definition at line 69 of file overworld_inspect.h.

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

◆ is_hole

bool yaze::cli::overworld::WarpEntry::is_hole

Definition at line 70 of file overworld_inspect.h.

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

◆ entrance_id

std::optional<uint8_t> yaze::cli::overworld::WarpEntry::entrance_id

Definition at line 71 of file overworld_inspect.h.

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

◆ entrance_name

std::optional<std::string> yaze::cli::overworld::WarpEntry::entrance_name

Definition at line 72 of file overworld_inspect.h.

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

◆ room_id

std::optional<uint16_t> yaze::cli::overworld::WarpEntry::room_id

Definition at line 73 of file overworld_inspect.h.

◆ door_type_1

std::optional<uint16_t> yaze::cli::overworld::WarpEntry::door_type_1

Definition at line 74 of file overworld_inspect.h.

◆ door_type_2

std::optional<uint16_t> yaze::cli::overworld::WarpEntry::door_type_2

Definition at line 75 of file overworld_inspect.h.


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