Delegate EvaluateFunctionHandler
Namespace: Unity.VisualScripting.Dependencies.NCalc
Syntax
public delegate void EvaluateFunctionHandler(Flow flow, string name, FunctionArgs args);
Parameters
Type | Name | Description |
---|---|---|
Flow | flow | |
String | name | |
FunctionArgs | args |