#include <dungeon_editor_system.h>
Public Attributes | |
| int | room_id |
| std::string | name |
| std::string | description |
| int | dungeon_id |
| int | floor_level |
| bool | is_boss_room = false |
| bool | is_save_room = false |
| bool | is_shop_room = false |
| int | music_id = 0 |
| int | ambient_sound_id = 0 |
| std::unordered_map< std::string, std::string > | custom_properties |
Definition at line 230 of file dungeon_editor_system.h.
| int yaze::zelda3::DungeonEditorSystem::RoomProperties::room_id |
Definition at line 231 of file dungeon_editor_system.h.
Referenced by yaze::editor::DungeonObjectSelector::DrawCompactPropertiesEditor(), yaze::zelda3::DungeonEditorSystem::GetRoomProperties(), and yaze::zelda3::TEST_F().
| std::string yaze::zelda3::DungeonEditorSystem::RoomProperties::name |
Definition at line 232 of file dungeon_editor_system.h.
Referenced by yaze::editor::DungeonObjectSelector::DrawCompactPropertiesEditor(), yaze::zelda3::DungeonEditorSystem::GetRoomProperties(), and yaze::zelda3::TEST_F().
| std::string yaze::zelda3::DungeonEditorSystem::RoomProperties::description |
Definition at line 233 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::GetRoomProperties(), and yaze::zelda3::TEST_F().
| int yaze::zelda3::DungeonEditorSystem::RoomProperties::dungeon_id |
Definition at line 234 of file dungeon_editor_system.h.
Referenced by yaze::editor::DungeonObjectSelector::DrawCompactPropertiesEditor(), yaze::zelda3::DungeonEditorSystem::GetRoomProperties(), and yaze::zelda3::TEST_F().
| int yaze::zelda3::DungeonEditorSystem::RoomProperties::floor_level |
Definition at line 235 of file dungeon_editor_system.h.
Referenced by yaze::editor::DungeonObjectSelector::DrawCompactPropertiesEditor(), yaze::zelda3::DungeonEditorSystem::GetRoomProperties(), and yaze::zelda3::TEST_F().
| bool yaze::zelda3::DungeonEditorSystem::RoomProperties::is_boss_room = false |
Definition at line 236 of file dungeon_editor_system.h.
Referenced by yaze::editor::DungeonObjectSelector::DrawCompactPropertiesEditor(), yaze::zelda3::DungeonEditorSystem::GetRoomProperties(), and yaze::zelda3::TEST_F().
| bool yaze::zelda3::DungeonEditorSystem::RoomProperties::is_save_room = false |
Definition at line 237 of file dungeon_editor_system.h.
Referenced by yaze::editor::DungeonObjectSelector::DrawCompactPropertiesEditor(), yaze::zelda3::DungeonEditorSystem::GetRoomProperties(), and yaze::zelda3::TEST_F().
| bool yaze::zelda3::DungeonEditorSystem::RoomProperties::is_shop_room = false |
Definition at line 238 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::GetRoomProperties(), and yaze::zelda3::TEST_F().
| int yaze::zelda3::DungeonEditorSystem::RoomProperties::music_id = 0 |
Definition at line 239 of file dungeon_editor_system.h.
Referenced by yaze::editor::DungeonObjectSelector::DrawCompactPropertiesEditor(), yaze::zelda3::DungeonEditorSystem::GetRoomProperties(), and yaze::zelda3::TEST_F().
| int yaze::zelda3::DungeonEditorSystem::RoomProperties::ambient_sound_id = 0 |
Definition at line 240 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::GetRoomProperties(), and yaze::zelda3::TEST_F().
| std::unordered_map<std::string, std::string> yaze::zelda3::DungeonEditorSystem::RoomProperties::custom_properties |
Definition at line 241 of file dungeon_editor_system.h.