yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::JumpToMapRequestEvent Struct Reference

Request to navigate to a specific overworld map. More...

#include <core_events.h>

Inheritance diagram for yaze::editor::JumpToMapRequestEvent:
Collaboration diagram for yaze::editor::JumpToMapRequestEvent:

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
 

Detailed Description

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.

Member Function Documentation

◆ Create()

static JumpToMapRequestEvent yaze::editor::JumpToMapRequestEvent::Create ( int map,
size_t session = 0 )
inlinestatic

Member Data Documentation

◆ map_id

int yaze::editor::JumpToMapRequestEvent::map_id = -1

Definition at line 286 of file core_events.h.

Referenced by Create().

◆ session_id

size_t yaze::editor::JumpToMapRequestEvent::session_id = 0

Definition at line 287 of file core_events.h.

Referenced by Create().


The documentation for this struct was generated from the following file: