Name | Type | Deprecated | Secure | Description |
---|---|---|---|---|
Inspect.Setting.Detail | function | Provides detailed information about a setting. | ||
Inspect.Setting.List | function | Lists the player's current settings. |
Provides detailed information about a setting.
detail = Inspect.Setting.Detail(setting) | |||
details = Inspect.Setting.Detail(settings) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
setting | parameter | string | The setting to retrieve detail for. |
settings | parameter | table | A table of settings to retrieve detail for. |
detail | result | table | Detail table for a single setting. |
details | result | table | Detail tables for all requested settings. |
id | The ID of the requested element. |
---|---|
value | The value of the requested element. |
Lists the player's current settings.
settings = Inspect.Setting.List() | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
settings | result | table | A table containing the player's current settings. |