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