An overworld area from the overworld registry. More...
#include <hack_manifest.h>
Public Attributes | |
| int | area_id |
| std::string | name |
| std::string | world |
| int | grid_row |
| int | grid_col |
An overworld area from the overworld registry.
Definition at line 163 of file hack_manifest.h.
| int yaze::core::OverworldArea::area_id |
Definition at line 164 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| std::string yaze::core::OverworldArea::name |
Definition at line 165 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| std::string yaze::core::OverworldArea::world |
Definition at line 166 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| int yaze::core::OverworldArea::grid_row |
Definition at line 167 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| int yaze::core::OverworldArea::grid_col |
Definition at line 167 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().