Integer |
The IntegerVariableAPI type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create | Creates a variable with the specified name on the card. |
![]() | DecrementValue | Decrements the current value of the referenced integer variable on the card by one. |
![]() | 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 integer variable from the card. |
![]() | IncrementValue | Increments the current value of the referenced integer variable on the card by one. |
![]() | Load | Loads the referenced variable from the card's local storage. |
![]() | SetValue | Sets the specified value of the referenced integer variable on the card. |
![]() | Store | Stores the referenced variable in the card's local storage for later (re-)loading. |