#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 239 of file dungeon_editor_system.h.
| int yaze::zelda3::DungeonEditorSystem::RoomProperties::room_id |
Definition at line 240 of file dungeon_editor_system.h.
Referenced by yaze::editor::DungeonObjectSelector::DrawCompactPropertiesEditor(), and yaze::zelda3::DungeonEditorSystem::GetRoomProperties().
| std::string yaze::zelda3::DungeonEditorSystem::RoomProperties::name |
Definition at line 241 of file dungeon_editor_system.h.
Referenced by yaze::editor::DungeonObjectSelector::DrawCompactPropertiesEditor(), and yaze::zelda3::DungeonEditorSystem::GetRoomProperties().
| std::string yaze::zelda3::DungeonEditorSystem::RoomProperties::description |
Definition at line 242 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::GetRoomProperties().
| int yaze::zelda3::DungeonEditorSystem::RoomProperties::dungeon_id |
Definition at line 243 of file dungeon_editor_system.h.
Referenced by yaze::editor::DungeonObjectSelector::DrawCompactPropertiesEditor(), and yaze::zelda3::DungeonEditorSystem::GetRoomProperties().
| int yaze::zelda3::DungeonEditorSystem::RoomProperties::floor_level |
Definition at line 244 of file dungeon_editor_system.h.
Referenced by yaze::editor::DungeonObjectSelector::DrawCompactPropertiesEditor(), and yaze::zelda3::DungeonEditorSystem::GetRoomProperties().
| bool yaze::zelda3::DungeonEditorSystem::RoomProperties::is_boss_room = false |
Definition at line 245 of file dungeon_editor_system.h.
Referenced by yaze::editor::DungeonObjectSelector::DrawCompactPropertiesEditor(), and yaze::zelda3::DungeonEditorSystem::GetRoomProperties().
| bool yaze::zelda3::DungeonEditorSystem::RoomProperties::is_save_room = false |
Definition at line 246 of file dungeon_editor_system.h.
Referenced by yaze::editor::DungeonObjectSelector::DrawCompactPropertiesEditor(), and yaze::zelda3::DungeonEditorSystem::GetRoomProperties().
| bool yaze::zelda3::DungeonEditorSystem::RoomProperties::is_shop_room = false |
Definition at line 247 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::GetRoomProperties().
| int yaze::zelda3::DungeonEditorSystem::RoomProperties::music_id = 0 |
Definition at line 248 of file dungeon_editor_system.h.
Referenced by yaze::editor::DungeonObjectSelector::DrawCompactPropertiesEditor(), and yaze::zelda3::DungeonEditorSystem::GetRoomProperties().
| int yaze::zelda3::DungeonEditorSystem::RoomProperties::ambient_sound_id = 0 |
Definition at line 249 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::GetRoomProperties().
| std::unordered_map<std::string, std::string> yaze::zelda3::DungeonEditorSystem::RoomProperties::custom_properties |
Definition at line 250 of file dungeon_editor_system.h.