Optionalproperties: StorageProperty<StorageTypes>[]Storage properties to add to the StoragePropertySet
Add a property to the set.
If a property already exists with the same key, this property's key will have a number appended to avoid collision, and a warning will be printed.
StorageProperty to add
StorageProperty passed in
The data store to apply the update to.
The key to apply the update to.
OptionalintialValue: booleanThe initial value to apply.
OptionaldontTriggerEvents: booleanIf true, events will not be triggered.
OptionalupdateInfo: RealtimeStoreUpdateInfoInformation about the update.
The data store to apply the update to.
Returns the storage property in this set with a matching propertyKey, or null if none is found.
propertyKey to search for
StorageProperty with a matching key, or null if none is found
The data store to initialize from.
OptionaldontTriggerEvents: booleanIf true, events will not be triggered.
Receives changes from the store for all storage properties in the set.
Sends and receives changes for all storage properties in the set.
The data store to send and receive the changes.
The current server time.
True if any changes were sent, false otherwise.
Sends changes to the store for all storage properties in the set.
The data store to send the changes to.
True if any changes were sent, false otherwise.
Contains a set of StorageProperties.