AddFunction(string,System.Func<TResult, T1>)
PreviousAddFunction(string,System.Func<TResult>)NextAddFunction(string,System.Func<TResult, T1, T2>)
Last updated
Was this helpful?
Method in DialogueRunner
public void AddFunction<TResult, T1>(string name, System.Func<TResult, T1> implementation)string name
System.Func<TResult, T1> implementation
T1
The type of the first parameter to the function.
Last updated
Was this helpful?
Was this helpful?
