BulkImportService
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 5
Description
History 14
- 573 Change ReturnType of ShowBulkImportView from void to null
- 573 Change ReturnType of LaunchBulkImport from void to null
- 462 Change ThreadSafety of BulkImportStarted from to Unsafe
- 462 Change ThreadSafety of BulkImportFinished from to Unsafe
- 462 Change ThreadSafety of AssetImported from to Unsafe
- 462 Change ThreadSafety of ShowBulkImportView from to Unsafe
- 462 Change ThreadSafety of LaunchBulkImport from to Unsafe
- 449 Change Parameters of AssetImported from (assetType: AssetType, name: string, id: int) to (assetType: AssetType, name: string, id: int64)
- 447 Add AssetImported
- 424 Add BulkImportStarted
- 424 Add BulkImportFinished
- 424 Add ShowBulkImportView
- 424 Add LaunchBulkImport
- 424 Add BulkImportService
Members 5
AssetImported
Parameters (3) | |
---|---|
assetType | AssetType |
name | string |
id | int64 |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 462 Change ThreadSafety of AssetImported from to Unsafe
- 449 Change Parameters of AssetImported from (assetType: AssetType, name: string, id: int) to (assetType: AssetType, name: string, id: int64)
- 447 Add AssetImported
BulkImportFinished
Parameters (1) | |
---|---|
state | int |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of BulkImportFinished from to Unsafe
- 424 Add BulkImportFinished
BulkImportStarted
Parameters (0) | ||
---|---|---|
No parameters. |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of BulkImportStarted from to Unsafe
- 424 Add BulkImportStarted
LaunchBulkImport
Parameters (1) | ||
---|---|---|
assetTypeToImport | int | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of LaunchBulkImport from void to null
- 462 Change ThreadSafety of LaunchBulkImport from to Unsafe
- 424 Add LaunchBulkImport
ShowBulkImportView
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of ShowBulkImportView from void to null
- 462 Change ThreadSafety of ShowBulkImportView from to Unsafe
- 424 Add ShowBulkImportView