Back to index...

NameTypeDeprecatedSecureDescription
Inspect.Setting.DetailfunctionProvides detailed information about a setting.
Inspect.Setting.ListfunctionLists the player's current settings.

Inspect.Setting.Detail

Provides detailed information about a setting.

Usage:

detail = Inspect.Setting.Detail(setting)
details = Inspect.Setting.Detail(settings)
ParameterTypeDatatypeDescription
settingparameterstringThe setting to retrieve detail for.
settingsparametertableA table of settings to retrieve detail for.
detailresulttableDetail table for a single setting.
detailsresulttableDetail tables for all requested settings.
members
id The ID of the requested element.
value The value of the requested element.

Inspect.Setting.List

Lists the player's current settings.

Usage:

settings = Inspect.Setting.List()
ParameterTypeDatatypeDescription
settingsresulttableA table containing the player's current settings.

Back to index...