Mark |
The MarkCounterAPI type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a mark counter with the specified name on the card. | |
Delete | Deletes the referenced mark counter on the card. | |
Exists | Checks whether the referenced variable exists on the card. | |
GetAndResetValue | Gets the current value of the referenced mark counter from the card, and then resets the counter to zero. | |
GetStoredNames | Returns a list of all mark counters that are currently stored on the card's local storage. | |
GetValue | Retrieves the current value of the referenced mark counter from the card. | |
Load | Loads the referenced mark counter from the card's local storage. | |
SetValue | Sets the current value of the referenced mark counter on the card. | |
Store | Stores the referenced mark counter in the card's local storage for later (re-)loading. |