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

Request to navigate to a specific dungeon room. More...

#include <core_events.h>

Inheritance diagram for yaze::editor::JumpToRoomRequestEvent:
Collaboration diagram for yaze::editor::JumpToRoomRequestEvent:

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
 

Detailed Description

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.

Member Function Documentation

◆ Create()

Member Data Documentation

◆ room_id

int yaze::editor::JumpToRoomRequestEvent::room_id = -1

Definition at line 268 of file core_events.h.

Referenced by Create().

◆ session_id

size_t yaze::editor::JumpToRoomRequestEvent::session_id = 0

Definition at line 269 of file core_events.h.

Referenced by Create().


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