This site is for Yarn Spinner v1, and won't be updated. Go to the current site.

ReturningFunction Delegate

Represents a function that can be called from Yarn programs that returns a function.

public delegate object ReturningFunction(params Value[] parameters);

Parameters

Parameter Description
Value[] parameters The parameters that this function has received.

Return Type

Object: The returned value from this function.

See Also

Source

Defined in YarnSpinner/Library.cs, line 17.