Unique Id.
List structure that holds all subscriptions of an AggregatorValue.
Returns the number of subscriptions of an AggregatorValue.
Register a new subscription for an AggregatorValue.
The aggregator method used for a new subscription.
The unique Id of the new subscription.
Delete an exiting subscription of an AggregatorValue.
The unique subscription Id that is going to be deleted.
Fetch a subscription object.
The unique Id of the subscription.
The subscription object if it exists, undefined otherwise.
Return the internal data representation.
Checks if a subscription exists.
The unique subscription Id that is about to be checked.
True if the subscription exists.
Update all calculated values of a subscription of an AggregatorValue, i.e. after a player interaction.
Unique Id of the AggregatorValue that is about to be updated.
The AggregatorCollection, holding information about the new value of the subscriptions.
Generated using TypeDoc
This defines an interface for easier operations on Atom lists. Note: Every AtomCollection belongs to exactly one AggregatorValue.