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

A complete dungeon entry with rooms and connections. More...

#include <hack_manifest.h>

Public Attributes

std::string id
 
std::string name
 
std::string vanilla_name
 
std::vector< DungeonRoomrooms
 
std::vector< DungeonConnectionstairs
 
std::vector< DungeonConnectionholewarps
 
std::vector< DungeonConnectiondoors
 

Detailed Description

A complete dungeon entry with rooms and connections.

Definition at line 203 of file hack_manifest.h.

Member Data Documentation

◆ id

std::string yaze::core::DungeonEntry::id

◆ name

◆ vanilla_name

std::string yaze::core::DungeonEntry::vanilla_name

Definition at line 206 of file hack_manifest.h.

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

◆ rooms

◆ stairs

std::vector<DungeonConnection> yaze::core::DungeonEntry::stairs

◆ holewarps

std::vector<DungeonConnection> yaze::core::DungeonEntry::holewarps

◆ doors

std::vector<DungeonConnection> yaze::core::DungeonEntry::doors

Definition at line 210 of file hack_manifest.h.

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


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