IActionRegistration
Last updated
Was this helpful?
Last updated
Was this helpful?
Interface in Yarn.Unity
Contains methods that allow adding and removing Yarn commands and functions.
Adds a command handler. Dialogue will pause execution after the command is called.
Adds a command handler. Dialogue will pause execution after the command is called.
Add a new function that returns a value, so that it can be called from Yarn scripts.
Registers a function as existing, without supplying an implementation.
Removes a command handler.
Remove a registered function.