A connection between two rooms (stair, holewarp, or door). More...
#include <hack_manifest.h>
Public Attributes | |
| int | from_room |
| int | to_room |
| std::string | label |
| std::string | direction |
A connection between two rooms (stair, holewarp, or door).
Definition at line 141 of file hack_manifest.h.
| int yaze::core::DungeonConnection::from_room |
Definition at line 142 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| int yaze::core::DungeonConnection::to_room |
Definition at line 142 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| std::string yaze::core::DungeonConnection::label |
Definition at line 143 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| std::string yaze::core::DungeonConnection::direction |
Definition at line 144 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().