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

Library.GetFunction Method

Returns a FunctionInfo with a given name.

public FunctionInfo GetFunction(string name)

Parameters

Parameter Description
string name The name of the function to retrieve.

Return Type

FunctionInfo: The FunctionInfo.

Source

Defined in YarnSpinner/Library.cs, line 180.