Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 411 Bytes

yarn.ivariablestorage.setvalue-3.md

File metadata and controls

21 lines (12 loc) · 411 Bytes

IVariableStorage.SetValue(string,bool)

Method in IVariableStorage

Summary

Stores a bool in this VariableStorage.

void SetValue(string variableName, bool boolValue);

Parameters

Name Description
string variableName The name to associate with this variable.
bool boolValue The boolean value to store.