Library.FunctionExists Method
Gets a value indicating whether this Library contains a function named name.
public bool FunctionExists(string name)
Parameters
| Parameter | Description |
|---|---|
string name |
The name of the function to look for. |
Return Type
bool: true if a function exists in this Library; false otherwise.
Source
Defined in YarnSpinner/Library.cs, line 263.