VariableKind
Last updated
Was this helpful?
Enum in Yarn
Inherits from System.Enum
Represents different kinds of variables that can be fetched from a Dialogue using TryGetValue<T>(string,T?) .
public enum VariableKind
{
Unknown,
Stored,
Smart
}Last updated
Was this helpful?
Was this helpful?
