#include <dungeon_editor_system.h>
Public Attributes | |
int | entrance_id |
DungeonEditorSystem::EntranceType | type |
std::string | name |
int | source_room_id |
int | target_room_id |
int | source_x |
int | source_y |
int | target_x |
int | target_y |
bool | is_bidirectional = true |
std::unordered_map< std::string, std::string > | properties |
Definition at line 116 of file dungeon_editor_system.h.
int yaze::zelda3::DungeonEditorSystem::EntranceData::entrance_id |
Definition at line 117 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::AddEntrance(), yaze::zelda3::TEST_F(), and yaze::zelda3::DungeonEditorSystem::UpdateEntrance().
DungeonEditorSystem::EntranceType yaze::zelda3::DungeonEditorSystem::EntranceData::type |
Definition at line 118 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::ConnectRooms(), and yaze::zelda3::TEST_F().
std::string yaze::zelda3::DungeonEditorSystem::EntranceData::name |
Definition at line 119 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::TEST_F().
int yaze::zelda3::DungeonEditorSystem::EntranceData::source_room_id |
Definition at line 120 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::ConnectRooms(), and yaze::zelda3::TEST_F().
int yaze::zelda3::DungeonEditorSystem::EntranceData::target_room_id |
Definition at line 121 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::ConnectRooms(), and yaze::zelda3::TEST_F().
int yaze::zelda3::DungeonEditorSystem::EntranceData::source_x |
Definition at line 122 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::ConnectRooms(), and yaze::zelda3::TEST_F().
int yaze::zelda3::DungeonEditorSystem::EntranceData::source_y |
Definition at line 122 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::ConnectRooms(), and yaze::zelda3::TEST_F().
int yaze::zelda3::DungeonEditorSystem::EntranceData::target_x |
Definition at line 123 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::ConnectRooms(), and yaze::zelda3::TEST_F().
int yaze::zelda3::DungeonEditorSystem::EntranceData::target_y |
Definition at line 123 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::ConnectRooms(), and yaze::zelda3::TEST_F().
bool yaze::zelda3::DungeonEditorSystem::EntranceData::is_bidirectional = true |
Definition at line 124 of file dungeon_editor_system.h.
Referenced by yaze::zelda3::DungeonEditorSystem::ConnectRooms(), and yaze::zelda3::TEST_F().
std::unordered_map<std::string, std::string> yaze::zelda3::DungeonEditorSystem::EntranceData::properties |
Definition at line 125 of file dungeon_editor_system.h.