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 |
Semantic representation of the current location.
Definition at line 82 of file semantic_introspection.h.
| bool yaze::emu::debug::LocationContext::indoors |
Definition at line 83 of file semantic_introspection.h.
Referenced by yaze::emu::debug::SemanticIntrospectionEngine::GetLocationContext().
| uint8_t yaze::emu::debug::LocationContext::overworld_area |
Definition at line 84 of file semantic_introspection.h.
Referenced by yaze::emu::debug::SemanticIntrospectionEngine::GetLocationContext().
| uint16_t yaze::emu::debug::LocationContext::dungeon_room |
Definition at line 85 of file semantic_introspection.h.
Referenced by yaze::emu::debug::SemanticIntrospectionEngine::GetLocationContext().
| std::string yaze::emu::debug::LocationContext::room_name |
Definition at line 86 of file semantic_introspection.h.
Referenced by yaze::emu::debug::SemanticIntrospectionEngine::GetLocationContext().
| std::string yaze::emu::debug::LocationContext::area_name |
Definition at line 87 of file semantic_introspection.h.
Referenced by yaze::emu::debug::SemanticIntrospectionEngine::GetLocationContext().