SetValue(string,float)
Stores a
float
in this VariableStorage.void SetValue(string variableName, float floatValue);
Name | Description |
---|---|
string variableName | The name to associate with this variable. |
float floatValue | The number to store. |
Last modified 1yr ago