GlobalSettings
Collection of menu settings for Roblox Studio.
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 2
Removed member index 2
History | Member | |
---|---|---|
115 | GetFFlags(): Dictionary | |
246 | GetFVariables(): Dictionary |
Description
The base object used for Roblox Studio's settings menu. Can be accessed by
using the settings()
function.
Settings classes under the GlobalSettings
History 14
- 462 Change ThreadSafety of GetFVariable from to Unsafe
- 462 Change ThreadSafety of GetFFlag from to Unsafe
- 246 Remove GetFVariables
- 116 Change Security of GetFVariables from None to RobloxScriptSecurity
- 115 Change Security of GetFVariables from RobloxScriptSecurity to None
- 116 Change Security of GetFVariables from None to RobloxScriptSecurity
- 115 Change Security of GetFVariables from RobloxScriptSecurity to None
- 116 Change Security of GetFVariables from None to RobloxScriptSecurity
- 115 Add GetFVariables
- 115 Add GetFVariable
- 115 Remove GetFFlags
- 69 Add GetFFlags
- 68 Add GetFFlag
- 47 Add GlobalSettings
Members 2
GetFFlag
Parameters (1) | ||
---|---|---|
name | string | |
Returns (1) | ||
bool |
Returns the value of an FFlag if it exists.
Thread safety | Unsafe |
---|
GetFVariable
Parameters (1) | ||
---|---|---|
name | string | |
Returns (1) | ||
string |
Returns the value of an FVariable, if it exists.
Thread safety | Unsafe |
---|
History 2
- 462 Change ThreadSafety of GetFVariable from to Unsafe
- 115 Add GetFVariable
Removed members 2
GetFFlags
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Dictionary |
GetFVariables
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Dictionary |
Security | RobloxScriptSecurity |
---|
History 7
- 246 Remove GetFVariables
- 116 Change Security of GetFVariables from None to RobloxScriptSecurity
- 115 Change Security of GetFVariables from RobloxScriptSecurity to None
- 116 Change Security of GetFVariables from None to RobloxScriptSecurity
- 115 Change Security of GetFVariables from RobloxScriptSecurity to None
- 116 Change Security of GetFVariables from None to RobloxScriptSecurity
- 115 Add GetFVariables