SetValue(string,float)
Last updated
Was this helpful?
Method in IVariableStorage
Stores a float in this VariableStorage.
void SetValue(string variableName, float floatValue);string variableName
The name to associate with this variable.
float floatValue
The number to store.
Last updated
Was this helpful?
Was this helpful?
