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 267 of file core_events.h.
|
inlinestatic |
Definition at line 271 of file core_events.h.
References room_id, and session_id.
Referenced by 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 268 of file core_events.h.
Referenced by Create().
| size_t yaze::editor::JumpToRoomRequestEvent::session_id = 0 |
Definition at line 269 of file core_events.h.
Referenced by Create().