PluginManagerInterface
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 3
Description
History 9
- 573 Change ReturnType of ExportSelection from void to null
- 573 Change ReturnType of ExportPlace from void to null
- 462 Change ThreadSafety of ExportSelection from to Unsafe
- 462 Change ThreadSafety of ExportPlace from to Unsafe
- 462 Change ThreadSafety of CreatePlugin from to Unsafe
- 434 Add ExportSelection
- 434 Add ExportPlace
- 434 Add CreatePlugin
- 434 Add PluginManagerInterface
Members 3
CreatePlugin
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Instance |
This function is deprecated. It exists only for backward compatibility, and should not be used for new work.
This function has a custom internal state. It may behave in a non-standard way.
Security | PluginSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of CreatePlugin from to Unsafe
- 434 Add CreatePlugin
ExportPlace
Parameters (1) | Default | |
---|---|---|
filePath | string | |
Returns (1) | ||
null |
Security | PluginSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of ExportPlace from void to null
- 462 Change ThreadSafety of ExportPlace from to Unsafe
- 434 Add ExportPlace
ExportSelection
Parameters (1) | Default | |
---|---|---|
filePath | string | |
Returns (1) | ||
null |
Security | PluginSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of ExportSelection from void to null
- 462 Change ThreadSafety of ExportSelection from to Unsafe
- 434 Add ExportSelection