ImporterBaseSettings
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 0
Removed member index 4
History | Member | |
---|---|---|
573 | Id: string | |
573 | ImportName: string | |
573 | ShouldImport: bool | |
573 | GetStatuses(): Dictionary |
Description
History 9
- 573 Remove ImporterBaseSettings
- 553 Change Default of ShouldImport from to
- 553 Change Default of ImportName from to
- 553 Change Default of Id from to
- 495 Add GetStatuses
- 490 Add ShouldImport
- 490 Add ImportName
- 490 Add Id
- 490 Add ImporterBaseSettings
Removed members 4
GetStatuses
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Dictionary |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Remove ImporterBaseSettings
- 495 Add GetStatuses
Id
Type | Default | |
---|---|---|
string |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
ImportName
Type | Default | |
---|---|---|
string |
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
History 3
- 573 Remove ImporterBaseSettings
- 553 Change Default of ImportName from to
- 490 Add ImportName
ShouldImport
Type | Default | |
---|---|---|
bool |
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
History 3
- 573 Remove ImporterBaseSettings
- 553 Change Default of ShouldImport from to
- 490 Add ShouldImport