IActionRegistration
Last updated
Was this helpful?
Last updated
Was this helpful?
Interface in
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.
Removes a command handler.
Remove a registered function.