yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::core::OverworldArea Struct Reference

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
 

Detailed Description

An overworld area from the overworld registry.

Definition at line 163 of file hack_manifest.h.

Member Data Documentation

◆ area_id

int yaze::core::OverworldArea::area_id

Definition at line 164 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadProjectRegistry().

◆ name

std::string yaze::core::OverworldArea::name

Definition at line 165 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadProjectRegistry().

◆ world

std::string yaze::core::OverworldArea::world

Definition at line 166 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadProjectRegistry().

◆ grid_row

int yaze::core::OverworldArea::grid_row

Definition at line 167 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadProjectRegistry().

◆ grid_col

int yaze::core::OverworldArea::grid_col

Definition at line 167 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadProjectRegistry().


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