Boolean |
The BooleanVariableAPI type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create | Creates a variable with the specified name on the card. |
![]() | Delete | Deletes the referenced variable on the card. |
![]() | Exists | Checks whether the referenced variable exists on the card. |
![]() | GetStoredNames | Returns a list of all variables that are currently stored on the card's local storage. |
![]() | GetValue | Retrieves the current value of the referenced boolean variable from the card. |
![]() | Load | Loads the referenced variable from the card's local storage. |
![]() | SetValue | Sets the specified value of the referenced boolean variable on the card. |
![]() | Store | Stores the referenced variable in the card's local storage for later (re-)loading. |
![]() | ToggleValue | Toggles the current value of the referenced boolean variable on the card. |