Request to navigate to a specific overworld map. More...
#include <core_events.h>


Static Public Member Functions | |
| static JumpToMapRequestEvent | Create (int map, size_t session=0) |
Public Attributes | |
| int | map_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 overworld map.
Published by components that want to trigger map navigation without direct coupling to the overworld editor (e.g., entrance destinations).
Definition at line 285 of file core_events.h.
|
inlinestatic |
Definition at line 289 of file core_events.h.
References map_id, and session_id.
Referenced by yaze::editor::EditorManager::ProcessStartupActions(), and yaze::editor::StoryEventGraphPanel::PublishJumpToMap().
| int yaze::editor::JumpToMapRequestEvent::map_id = -1 |
Definition at line 286 of file core_events.h.
Referenced by Create().
| size_t yaze::editor::JumpToMapRequestEvent::session_id = 0 |
Definition at line 287 of file core_events.h.
Referenced by Create().