LuaSourceContainer
The base class for all objects which contain Lua code.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is not browsable. It is not visible in Studio's object browser.
Memory category | Instances |
---|
Member index 8
Removed member index 8
History | Member | |
---|---|---|
616 | CurrentEditor: Instance | |
615 | RuntimeSource: string |
Description
The base class for all objects which contain Lua code. Script, LocalScript, and ModuleScript all inherit from LuaSourceContainer.
History 32
- 642 Add
- 627 Remove
- 621 Remove
- 621 Remove
- 616 Remove
- 616 Remove
- 616 Remove
- 616 Remove CurrentEditor
- 615 Remove RuntimeSource
- 570 Add RuntimeSource
- 553 Add
- 553 Add
- 553 Add
- 553 Add
- 553 Add
- 553 Add
- 553 Add
- 553 Add
- 553 Add
- 553 Add
- 553 Add
- 553 Change Default of CurrentEditor from to
- 553 Add
- 553 Add
- 486 Change ThreadSafety of CurrentEditor from ReadOnly to ReadSafe
- 469 Remove
- 462 Change ThreadSafety of from to ReadOnly
- 462 Change ThreadSafety of CurrentEditor from to ReadOnly
- 428 Add
- 349 Add CurrentEditor
- 268 Change Tags of LuaSourceContainer from [NotCreatable] to [NotCreatable, NotBrowsable]
- 187 Add LuaSourceContainer
Members 8
Removed members 8
CurrentEditor
Type | Default | |
---|---|---|
Instance |
This property is not scriptable. It cannot be accessed by script code.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false |
History 5
- 616 Remove CurrentEditor
- 553 Change Default of CurrentEditor from to
- 486 Change ThreadSafety of CurrentEditor from ReadOnly to ReadSafe
- 462 Change ThreadSafety of CurrentEditor from to ReadOnly
- 349 Add CurrentEditor
RuntimeSource
Type | Default | |
---|---|---|
string |
This property is not replicated. Its interface does not cross the network boundary.
Security | PluginSecurity |
---|---|
Thread safety | ReadSafe |
Category | Data |
Loaded/Saved | false |
History 2
- 615 Remove RuntimeSource
- 570 Add RuntimeSource