[Setting] setting = client.setting.addNamelessTextbox(name, defaultValue, maxCharacters)


Adds a textbox for the user to type in the UI

Parameters


name

string

The name of the setting in the UI

defaultValue

string

Default textbox text

[Optional] maxCharacters

integer

The maximum amount of letters in the textbox

Return Value


setting

Setting

The setting that was added