TryGetSmartVariable<T>(string,T)
Summary
public bool TryGetSmartVariable<T>(string name, out T result)Parameters
Name
Description
Type Parameters
Name
Description
Returns
Last updated
Was this helpful?
Method in Dialogue
Evaluate the value of a smart variable named name .
public bool TryGetSmartVariable<T>(string name, out T result)string name
The name of the variable.
T result
On return, contains the returned value of the smart variable, or the default value of T if a smart variable named name could not be found or its value could not be returned as type T .
T
The type of the returned value.
true if the smart variable was evaluated, false otherwise.
Last updated
Was this helpful?
Was this helpful?
