yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
YazeIOSBridge Class Reference

#include <YazeIOSBridge.h>

Inheritance diagram for YazeIOSBridge:
Collaboration diagram for YazeIOSBridge:

Class Methods

(void) + loadRomAtPath:
 
(void) + openProjectAtPath:
 
(currentRomTitle() + NS_SWIFT_NAME
 
(void) + setOverlayTopInset:
 
(void) + setTouchScale:
 
(showProjectFileEditor() + NS_SWIFT_NAME
 
(showProjectManagement() + NS_SWIFT_NAME
 
(showPanelBrowser() + NS_SWIFT_NAME
 
(showCommandPalette() + NS_SWIFT_NAME
 
(saveRom() + NS_SWIFT_NAME
 
(undo() + NS_SWIFT_NAME
 
(redo() + NS_SWIFT_NAME
 
(void) + switchToEditor:
 
(availableEditorTypes() + NS_SWIFT_NAME
 
(currentEditorType() + NS_SWIFT_NAME
 
(currentRoomStatus() + NS_SWIFT_NAME
 
(getActiveDungeonRooms() + NS_SWIFT_NAME
 
(void) + focusDungeonRoom:
 
(getProgressionState() + NS_SWIFT_NAME
 Returns the current Oracle progression state, or zeros if unavailable.
 
(getStoryEventsJSON() + NS_SWIFT_NAME
 Returns story events as a JSON string (array of event objects).
 
(NSArray< NSDictionary * > *) + getDungeonRooms:
 Returns the list of dungeon rooms for a given dungeon ID (e.g., "D4").
 

Detailed Description

Definition at line 22 of file YazeIOSBridge.h.

Method Documentation

◆ loadRomAtPath:

+ (void) loadRomAtPath: (loadRom(atPath:)) NS_SWIFT_NAME

◆ openProjectAtPath:

+ (void) openProjectAtPath: (openProject(atPath:)) NS_SWIFT_NAME

◆ NS_SWIFT_NAME [1/14]

+ (currentRomTitle() NS_SWIFT_NAME

◆ setOverlayTopInset:

+ (void) setOverlayTopInset: (setOverlayTopInset(_:)) NS_SWIFT_NAME

◆ setTouchScale:

+ (void) setTouchScale: (setTouchScale(_:)) NS_SWIFT_NAME

◆ NS_SWIFT_NAME [2/14]

+ (showProjectFileEditor() NS_SWIFT_NAME

◆ NS_SWIFT_NAME [3/14]

+ (showProjectManagement() NS_SWIFT_NAME

◆ NS_SWIFT_NAME [4/14]

+ (showPanelBrowser() NS_SWIFT_NAME

◆ NS_SWIFT_NAME [5/14]

+ (showCommandPalette() NS_SWIFT_NAME

◆ NS_SWIFT_NAME [6/14]

+ (saveRom() NS_SWIFT_NAME

◆ NS_SWIFT_NAME [7/14]

+ (undo() NS_SWIFT_NAME

◆ NS_SWIFT_NAME [8/14]

+ (redo() NS_SWIFT_NAME

◆ switchToEditor:

+ (void) switchToEditor: (switchToEditor(_:)) NS_SWIFT_NAME

◆ NS_SWIFT_NAME [9/14]

+ (availableEditorTypes() NS_SWIFT_NAME

◆ NS_SWIFT_NAME [10/14]

+ (currentEditorType() NS_SWIFT_NAME

◆ NS_SWIFT_NAME [11/14]

+ (currentRoomStatus() NS_SWIFT_NAME

◆ NS_SWIFT_NAME [12/14]

+ (getActiveDungeonRooms() NS_SWIFT_NAME

◆ focusDungeonRoom:

+ (void) focusDungeonRoom: (focusDungeonRoom(_:)) NS_SWIFT_NAME

◆ NS_SWIFT_NAME [13/14]

+ (getProgressionState() NS_SWIFT_NAME

Returns the current Oracle progression state, or zeros if unavailable.

◆ NS_SWIFT_NAME [14/14]

+ (getStoryEventsJSON() NS_SWIFT_NAME

Returns story events as a JSON string (array of event objects).

◆ getDungeonRooms:

+ (NSArray< NSDictionary * > *) getDungeonRooms: (getDungeonRooms(_:)) NS_SWIFT_NAME

Returns the list of dungeon rooms for a given dungeon ID (e.g., "D4").


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