PluginManagementService
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 4
- 576 Add GetOTAPluginVersion
- 573 Change ReturnType of SetAutoUpdate from void to null
- 538 Add SetAutoUpdate
- 538 Add PluginManagementService
Members 2
GetOTAPluginVersion
Parameters (1) | Default | |
---|---|---|
pluginName | string | |
Returns (1) | ||
int64 |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
SetAutoUpdate
Parameters (2) | ||
---|---|---|
pluginId | int64 | |
state | bool | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of SetAutoUpdate from void to null
- 538 Add SetAutoUpdate