[Setting] setting = client.setting.addNamelessInt(name, minimum, maximum, defaultValue)
Adds an int slider in the UI
Parameters
name
stringThe name of the setting in the UI
minimum
integerThe minimum value of this setting
maximum
integerThe maximum value of this setting
defaultValue
integerThe default value of the setting
Return Value
setting
SettingThe setting that was added