LuaSettings
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a settings container. It contains settings that affect the behavior of the peer.
Memory category | Instances |
---|
Member index 0
Removed member index 8
Description
The LuaSettings allows you to change certain properties, in regards to how Roblox handles Lua. It is labeled as Lua in the Roblox Studio Settings menu.
History 19
- 450 Remove WaitingThreadsBudget
- 450 Remove DefaultWaitTime
- 450 Remove AreScriptStartsReported
- 419 Remove GcStepMul
- 419 Remove GcPause
- 419 Remove GcLimit
- 419 Remove GcFrequency
- 413 Change Tags of LuaSettings from [Settings] to [NotCreatable, Settings]
- 350 Change Tags of LuaSettings from [Service] to [Settings]
- 61 Add WaitingThreadsBudget
- 61 Remove AreWaitingThreadsBudgeted
- 51 Add AreWaitingThreadsBudgeted
- 48 Add AreScriptStartsReported
- 47 Add GcStepMul
- 47 Add GcPause
- 47 Add GcLimit
- 47 Add GcFrequency
- 47 Add DefaultWaitTime
- 47 Add LuaSettings
Removed members 8
AreScriptStartsReported
Type | Default | |
---|---|---|
bool |
Category | Diagnostics |
---|---|
Loaded/Saved | true |
History 2
- 450 Remove AreScriptStartsReported
- 48 Add AreScriptStartsReported
AreWaitingThreadsBudgeted
Type | Default | |
---|---|---|
bool |
Category | |
---|---|
Loaded/Saved | false |
History 2
DefaultWaitTime
Type | Default | |
---|---|---|
double |
Category | Settings |
---|---|
Loaded/Saved | true |
History 2
- 450 Remove DefaultWaitTime
- 47 Add DefaultWaitTime
GcFrequency
Type | Default | |
---|---|---|
int |
Category | Garbage Collection |
---|---|
Loaded/Saved | true |
History 2
- 419 Remove GcFrequency
- 47 Add GcFrequency
GcLimit
Type | Default | |
---|---|---|
int |
Category | Garbage Collection |
---|---|
Loaded/Saved | true |
GcPause
Type | Default | |
---|---|---|
int |
Category | Garbage Collection |
---|---|
Loaded/Saved | true |
GcStepMul
Type | Default | |
---|---|---|
int |
Category | Garbage Collection |
---|---|
Loaded/Saved | true |
WaitingThreadsBudget
Type | Default | |
---|---|---|
float |
Category | Settings |
---|---|
Loaded/Saved | true |
History 2
- 450 Remove WaitingThreadsBudget
- 61 Add WaitingThreadsBudget