SetValue(string,bool)
Method in IVariableStorage
Summary
Stores a bool
in this VariableStorage.
Parameters
Name
Description
string
variableName
The name to associate with this variable.
bool
boolValue
The boolean value to store.
Last updated