Memory Category | Instances |
---|---|
ExplorerOrder | -1 |
Type | Member | History | |
---|---|---|---|
Tuple | GetAsync (string key) | 453 452 459 458 459 | |
Variant | IncrementAsync (string key, int delta = 1, Array userIds = {}, DataStoreIncrementOptions options = nil) | 453 452 460 462 483 | |
RBXScriptConnection | OnUpdate (string key, Function callback) | 404 | |
Tuple | RemoveAsync (string key) | 313 453 452 459 458 459 | |
Variant | SetAsync (string key, Variant value, Array userIds = {}, DataStoreSetOptions options = nil) | 453 453 452 452 459 459 458 458 459 459 460 462 483 | |
Tuple | UpdateAsync (string key, Function transformFunction) | ||
55 members inherited from Instance |
Type | Member | History | |
---|---|---|---|
Tuple | GetVersionAsync (string key, string version) | 453 452 | |
Instance | ListKeysAsync (string prefix = , int pageSize = 0) | 453 452 | |
Instance | ListVersionsAsync (string key, SortDirection sortDirection = Ascending, int64 minDate = 0, int64 maxDate = 0, int pageSize = 0) | 453 452 | |
void | RemoveVersionAsync (string key, string version) | 453 452 |
Parameters | 1 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
Return Type | Tuple |
---|
Parameters | 4 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
delta | int | 1 |
userIds | Array | {} |
options | DataStoreIncrementOptions | nil |
Return Type | Variant |
---|
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
callback | Function | none |
Return Type | RBXScriptConnection |
---|
Parameters | 1 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
Return Type | Tuple |
---|
Parameters | 4 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
value | Variant | none |
userIds | Array | {} |
options | DataStoreSetOptions | nil |
Return Type | Variant |
---|
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
transformFunction | Function | none |
Return Type | Tuple |
---|
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
version | string | none |
Return Type | Tuple |
---|
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
prefix | string | |
pageSize | int | 0 |
Return Type | Instance |
---|
Parameters | 5 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
sortDirection | SortDirection | Ascending |
minDate | int64 | 0 |
maxDate | int64 | 0 |
pageSize | int | 0 |
Return Type | Instance |
---|
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
version | string | none |
Return Type | void |
---|