-
Notifications
You must be signed in to change notification settings - Fork 13
Next: GetRunnerInterface
Archie_UwU edited this page Dec 25, 2023
·
3 revisions
Retrieves a reference to the internal YYRunnerInterface structure.
const YYRunnerInterface& GetRunnerInterface();
Warning
While this function exposes a very powerful interface, it is advised to use it with caution. The contents of this structure are not managed by YYToolkit, and are instead managed by the engine. Any function exposed via this interface may change in behavior or become entirely unavailable at discretion of YoYo Games.
Here be dragons!