Last updated 2 years ago
Was this helpful?
Method in
Stores a bool in this VariableStorage.
bool
public void SetValue(string variableName, bool boolValue)
string variableName
string
The name to associate with this variable.
bool boolValue
The boolean value to store.