yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::emu::debug::LocationContext Struct Reference

Semantic representation of the current location. More...

#include <semantic_introspection.h>

Public Attributes

bool indoors
 
uint8_t overworld_area
 
uint16_t dungeon_room
 
std::string room_name
 
std::string area_name
 

Detailed Description

Semantic representation of the current location.

Definition at line 82 of file semantic_introspection.h.

Member Data Documentation

◆ indoors

bool yaze::emu::debug::LocationContext::indoors

◆ overworld_area

uint8_t yaze::emu::debug::LocationContext::overworld_area

◆ dungeon_room

uint16_t yaze::emu::debug::LocationContext::dungeon_room

◆ room_name

std::string yaze::emu::debug::LocationContext::room_name

◆ area_name

std::string yaze::emu::debug::LocationContext::area_name

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