Next: GetRunnerInterface - AurieFramework/YYToolkit GitHub Wiki
Retrieves a reference to the internal YYRunnerInterface structure.
Syntax
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!