[Setting] setting = client.setting.addNamelessTextbox(name, defaultValue, maxCharacters)
Adds a textbox for the user to type in the UI
Parameters
name
stringThe name of the setting in the UI
defaultValue
stringDefault textbox text
[Optional] maxCharacters
integerThe maximum amount of letters in the textbox
Return Value
setting
SettingThe setting that was added