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

FunctionInfo.Invoke Method

Invokes this function.

public Value Invoke(params Value[] parameters)

Parameters

Parameter Description
Value[] parameters The parameters to pass to the function.

Return Type

Value: The Value returned by this function. If returnsValue is false, the value will be a null value.

Source

Defined in YarnSpinner/Library.cs, line 82.