PlayerDataRecord
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
Memory category | Instances |
---|
Member index 21
Removed member index 2
History | Member | |
---|---|---|
665 | Release(): null | |
664 | WaitForLoadAsync(): null |
Description
History 28
- 665 Add ReleaseAsync
- 665 Remove Release
- 664 Remove WaitForLoadAsync
- 663 Change Default of RecordName from to Default
- 663 Change Default of DefaultRecordName from false to true
- 661 Add Loaded
- 661 Add Flushed
- 661 Add Changed
- 661 Add WaitForLoadAsync
- 661 Add SetValue
- 661 Add RequestFlushAsync
- 661 Add RemoveValue
- 661 Add Release
- 661 Add GetValueChangedSignal
- 661 Add GetValue
- 661 Add GetPlayer
- 661 Add Writable
- 661 Add RecordName
- 661 Add Readable
- 661 Add NewRecord
- 661 Add ModifiedTime
- 661 Add LoadedTime
- 661 Add FlushedTime
- 661 Add Error
- 661 Add Dirty
- 661 Add DefaultRecordName
- 661 Add CreatedTime
- 661 Add PlayerDataRecord
Members 21
Changed
Parameters (2) | |
---|---|
key | string |
value | Variant |
Thread safety | Unsafe |
---|
CreatedTime
Type | Default | |
---|---|---|
int64 | 0 |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
History 1
- 661 Add CreatedTime
DefaultRecordName
Type | Default | |
---|---|---|
bool | true |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
History 2
- 663 Change Default of DefaultRecordName from false to true
- 661 Add DefaultRecordName
Dirty
Type | Default | |
---|---|---|
bool | false |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
Error
Type | Default | |
---|---|---|
PlayerDataErrorState | None |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
Flushed
Parameters (2) | |
---|---|
flushState | bool |
error | string? |
Thread safety | Unsafe |
---|
FlushedTime
Type | Default | |
---|---|---|
int64 | 0 |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
History 1
- 661 Add FlushedTime
GetPlayer
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Player |
Thread safety | Unsafe |
---|
GetValue
Parameters (1) | ||
---|---|---|
key | string | |
Returns (1) | ||
Variant |
Thread safety | Unsafe |
---|
GetValueChangedSignal
Parameters (1) | ||
---|---|---|
key | string | |
Returns (1) | ||
RBXScriptSignal |
Thread safety | Unsafe |
---|
History 1
Loaded
Parameters (2) | |
---|---|
success | bool |
error | string? |
Thread safety | Unsafe |
---|
LoadedTime
Type | Default | |
---|---|---|
int64 | 0 |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
History 1
- 661 Add LoadedTime
ModifiedTime
Type | Default | |
---|---|---|
int64 | 0 |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
History 1
- 661 Add ModifiedTime
NewRecord
Type | Default | |
---|---|---|
bool | false |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
Readable
Type | Default | |
---|---|---|
bool | false |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
RecordName
Type | Default | |
---|---|---|
string | Default |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
History 2
- 663 Change Default of RecordName from to Default
- 661 Add RecordName
ReleaseAsync
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
This function yields. It will block the calling thread until completion.
Thread safety | Unsafe |
---|
History 1
- 665 Add ReleaseAsync
RemoveValue
Parameters (1) | ||
---|---|---|
key | string | |
Returns (1) | ||
null |
Thread safety | Unsafe |
---|
History 1
- 661 Add RemoveValue
RequestFlushAsync
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
This function yields. It will block the calling thread until completion.
Thread safety | Unsafe |
---|
History 1
- 661 Add RequestFlushAsync
SetValue
Parameters (2) | ||
---|---|---|
key | string | |
value | Variant | |
Returns (1) | ||
null |
Thread safety | Unsafe |
---|
Writable
Type | Default | |
---|---|---|
bool | false |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
Removed members 2
Release
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Thread safety | Unsafe |
---|
WaitForLoadAsync
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
This function yields. It will block the calling thread until completion.
Thread safety | Unsafe |
---|
History 2
- 664 Remove WaitForLoadAsync
- 661 Add WaitForLoadAsync