ConfigService
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.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 2
Description
History 5
- 667 Change ReturnType of GetConfigForPlayerAsync from Object to ConfigSnapshot
- 667 Change ReturnType of GetConfigAsync from Object to ConfigSnapshot
- 666 Add GetConfigForPlayerAsync
- 666 Add GetConfigAsync
- 666 Add ConfigService
Members 2
GetConfigAsync
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
ConfigSnapshot |
This function yields. It will block the calling thread until completion.
Thread safety | Unsafe |
---|
History 2
- 667 Change ReturnType of GetConfigAsync from Object to ConfigSnapshot
- 666 Add GetConfigAsync
GetConfigForPlayerAsync
Parameters (1) | ||
---|---|---|
player | Player | |
Returns (1) | ||
ConfigSnapshot |
This function yields. It will block the calling thread until completion.
Thread safety | Unsafe |
---|
History 2
- 667 Change ReturnType of GetConfigForPlayerAsync from Object to ConfigSnapshot
- 666 Add GetConfigForPlayerAsync