GlobalDataStore

extends Instance

Class fields

FieldXML typeValue
NamestringGlobalDataStore

Functions

1
OnUpdate
(key: string, callback: Function) → Connection
FieldXML typeValue
NamestringOnUpdate
Deprecatedbooltrue

Yield functions

5
GetAsync
(key: string, options: Instance = …) → Tuple
FieldXML typeValue
NamestringGetAsync
IncrementAsync
(key: string, delta: int = …, userIds: Array = …, options: Instance = …) → Tuple
FieldXML typeValue
NamestringIncrementAsync
RemoveAsync
(key: string) → Tuple
FieldXML typeValue
NamestringRemoveAsync
SetAsync
(key: string, value: Variant, userIds: Array = …, options: Instance = …) → void
FieldXML typeValue
NamestringSetAsync
UpdateAsync
(key: string, transformFunction: Function) → Tuple
FieldXML typeValue
NamestringUpdateAsync