SharedTableRegistry
Provides a global registry of named SharedTable objects.
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
Provides a global registry of named SharedTable objects. It can be used to store SharedTable objects that are used by multiple scripts.
History 4
- 573 Change ReturnType of SetSharedTable from void to null
- 564 Add SetSharedTable
- 564 Add GetSharedTable
- 564 Add SharedTableRegistry