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 150 of file hack_manifest.h.

Member Data Documentation

◆ id

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

Definition at line 151 of file hack_manifest.h.

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

◆ name

std::string yaze::core::DungeonEntry::name

◆ vanilla_name

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

Definition at line 153 of file hack_manifest.h.

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

◆ rooms

std::vector<DungeonRoom> yaze::core::DungeonEntry::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 157 of file hack_manifest.h.

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


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