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< DungeonRoom > | rooms |
| std::vector< DungeonConnection > | stairs |
| std::vector< DungeonConnection > | holewarps |
| std::vector< DungeonConnection > | doors |
A complete dungeon entry with rooms and connections.
Definition at line 150 of file hack_manifest.h.
| std::string yaze::core::DungeonEntry::id |
Definition at line 151 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| std::string yaze::core::DungeonEntry::name |
Definition at line 152 of file hack_manifest.h.
Referenced by yaze::editor::DungeonMapPanel::LoadFromRegistry(), and yaze::core::HackManifest::LoadProjectRegistry().
| std::string yaze::core::DungeonEntry::vanilla_name |
Definition at line 153 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| std::vector<DungeonRoom> yaze::core::DungeonEntry::rooms |
Definition at line 154 of file hack_manifest.h.
Referenced by yaze::editor::DungeonMapPanel::LoadFromRegistry(), and yaze::core::HackManifest::LoadProjectRegistry().
| std::vector<DungeonConnection> yaze::core::DungeonEntry::stairs |
Definition at line 155 of file hack_manifest.h.
Referenced by yaze::editor::DungeonMapPanel::LoadFromRegistry(), and yaze::core::HackManifest::LoadProjectRegistry().
| std::vector<DungeonConnection> yaze::core::DungeonEntry::holewarps |
Definition at line 156 of file hack_manifest.h.
Referenced by yaze::editor::DungeonMapPanel::LoadFromRegistry(), and yaze::core::HackManifest::LoadProjectRegistry().
| std::vector<DungeonConnection> yaze::core::DungeonEntry::doors |
Definition at line 157 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().