Method in IVariableStorage
Stores a float
in this VariableStorage.
string
variableName
The name to associate with this variable.
float
floatValue
The number to store.
Method in IVariableStorage
Stores a bool
in this VariableStorage.
string
variableName
The name to associate with this variable.
bool
boolValue
The boolean value to store.
Interface in Yarn
Provides a mechanism for storing values.
Removes all variables from storage.
Stores a bool
in this VariableStorage.
Stores a float
in this VariableStorage.
Stores a string
in this VariableStorage.
Method in IVariableStorage
Stores a string
in this VariableStorage.
string
variableName
The name to associate with this variable.
string
stringValue
The string to store.