Last updated 1 year ago
Community
Yarn Spinner® and Secret Lab® are trade marks of Secret Lab Pty. Ltd., and are used by Yarn Spinner Pty. Ltd. under license.
Method in IVariableStorage
Stores a bool in this VariableStorage.
bool
void SetValue(string variableName, bool boolValue);
string variableName
string
The name to associate with this variable.
bool boolValue
The boolean value to store.