A room within a dungeon, with spatial and metadata info. More...
#include <hack_manifest.h>
Public Attributes | |
| int | id |
| std::string | name |
| int | grid_row |
| int | grid_col |
| std::string | type |
| int | palette |
| int | blockset |
| int | spriteset |
| uint8_t | tag1 |
| uint8_t | tag2 |
A room within a dungeon, with spatial and metadata info.
Definition at line 129 of file hack_manifest.h.
| int yaze::core::DungeonRoom::id |
Definition at line 130 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| std::string yaze::core::DungeonRoom::name |
Definition at line 131 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| int yaze::core::DungeonRoom::grid_row |
Definition at line 132 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| int yaze::core::DungeonRoom::grid_col |
Definition at line 132 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| std::string yaze::core::DungeonRoom::type |
Definition at line 133 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| int yaze::core::DungeonRoom::palette |
Definition at line 134 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| int yaze::core::DungeonRoom::blockset |
Definition at line 134 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| int yaze::core::DungeonRoom::spriteset |
Definition at line 134 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| uint8_t yaze::core::DungeonRoom::tag1 |
Definition at line 135 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().
| uint8_t yaze::core::DungeonRoom::tag2 |
Definition at line 135 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadProjectRegistry().