For the complete documentation index, see llms.txt. This page is also available as Markdown.

IActionRegistration

Interface in Yarn.Unity

Summary

Contains methods that allow adding and removing Yarn commands and functions.

public interface IActionRegistration

Methods

Name
Description

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.

Last updated

Was this helpful?