Click or drag to resize

BooleanVariableAPI Methods

The BooleanVariableAPI type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a variable with the specified name on the card.
Public methodDelete Deletes the referenced variable on the card.
Public methodExists Checks whether the referenced variable exists on the card.
Public methodGetStoredNames Returns a list of all variables that are currently stored on the card's local storage.
Public methodGetValue Retrieves the current value of the referenced boolean variable from the card.
Public methodLoad Loads the referenced variable from the card's local storage.
Public methodSetValue Sets the specified value of the referenced boolean variable on the card.
Public methodStore Stores the referenced variable in the card's local storage for later (re-)loading.
Public methodToggleValue Toggles the current value of the referenced boolean variable on the card.
Top
See Also