ConfigSnapshot
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 6
History | Member | |
---|---|---|
666 | Error: ConfigSnapshotErrorState | |
666 | Outdated: bool | |
666 | GetValue(key: string, defaultValue: Variant): Variant | |
666 | GetValueChangedSignal(key: string): RBXScriptSignal | |
666 | Refresh(): null | |
666 | UpdateAvailable() | |
inherited from Object | ||
647 | ClassName: string | |
647 | className: string | |
647 | GetPropertyChangedSignal(property: string): RBXScriptSignal | |
647 | IsA(className: string): bool | |
650 | isA(className: string): bool | |
647 | Changed(property: string) |
Description
History 7
- 666 Add UpdateAvailable
- 666 Add Refresh
- 666 Add GetValueChangedSignal
- 666 Add GetValue
- 666 Add Outdated
- 666 Add Error
- 666 Add ConfigSnapshot
Members 6
Error
Type | Default | |
---|---|---|
ConfigSnapshotErrorState |
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 |
GetValue
Parameters (2) | ||
---|---|---|
key | string | |
defaultValue | Variant | |
Returns (1) | ||
Variant |
Thread safety | Unsafe |
---|
GetValueChangedSignal
Parameters (1) | ||
---|---|---|
key | string | |
Returns (1) | ||
RBXScriptSignal |
Thread safety | Unsafe |
---|
History 1
Outdated
Type | Default | |
---|---|---|
bool |
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 |
Refresh
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Thread safety | Unsafe |
---|
UpdateAvailable
Parameters (0) | ||
---|---|---|
No parameters. |
Thread safety | Unsafe |
---|
History 1
- 666 Add UpdateAvailable