Request to navigate to a specific dungeon room. More...
#include <core_events.h>


Static Public Member Functions | |
| static JumpToRoomRequestEvent | Create (int room, size_t session=0) |
Public Attributes | |
| int | room_id = -1 |
| size_t | session_id = 0 |
Additional Inherited Members | |
Public Member Functions inherited from yaze::Event | |
| virtual | ~Event ()=default |
Request to navigate to a specific dungeon room.
Published by components that want to trigger room navigation without direct coupling to the dungeon editor (e.g., entrance lists, room links).
Definition at line 274 of file core_events.h.
|
inlinestatic |
Definition at line 278 of file core_events.h.
References room_id, and session_id.
Referenced by yaze::editor::DungeonEditorV2::ContributeStatus(), yaze::editor::EditorManager::OpenEditorAndPanelsFromFlags(), yaze::editor::EditorManager::ProcessStartupActions(), yaze::editor::StoryEventGraphPanel::PublishJumpToRoom(), and yaze::editor::CommandPalette::RegisterDungeonRoomCommands().
| int yaze::editor::JumpToRoomRequestEvent::room_id = -1 |
Definition at line 275 of file core_events.h.
Referenced by Create().
| size_t yaze::editor::JumpToRoomRequestEvent::session_id = 0 |
Definition at line 276 of file core_events.h.
Referenced by Create().