Space Station 13 - Modules - TypesVar Details - Proc Details

custom_var

Vars

input_methodThe user input method to use if valid_list_options does not contain any items.
max_input_lengthUsed to sanitize when using the input_message and input_text methods.
max_input_valueUsed to sanitize when using the input_num method. Setting this var does not mandate setting min_input_value.
min_input_valueUsed to sanitize when using the input_num method. Setting this var does not mandate setting max_input_value.
valid_list_optionsIf this list contains items the user is limited to these choices.

Procs

SetVarOverride this var if a particular proc call is needed, for example /SetName() when setting the name-var

Var Details

input_method

The user input method to use if valid_list_options does not contain any items.

max_input_length

Used to sanitize when using the input_message and input_text methods.

max_input_value

Used to sanitize when using the input_num method. Setting this var does not mandate setting min_input_value.

min_input_value

Used to sanitize when using the input_num method. Setting this var does not mandate setting max_input_value.

valid_list_options

If this list contains items the user is limited to these choices.

Proc Details

SetVar

Override this var if a particular proc call is needed, for example /SetName() when setting the name-var