/tg/ Station 13 - Modules - TypesVar Details

paper_field

A reference to some data that replaces a modifiable input field at some given index in paper raw input parsing.

Vars

field_dataThe data that tgui should substitute in-place of the input field when parsing.
field_indexWhen tgui parses the raw input, if it encounters a field_index matching the nth user input field, it will disable it and replace it with the field_data.
is_signatureIf TRUE, requests tgui to render this field input in a more signature-y style.

Var Details

field_data

The data that tgui should substitute in-place of the input field when parsing.

field_index

When tgui parses the raw input, if it encounters a field_index matching the nth user input field, it will disable it and replace it with the field_data.

is_signature

If TRUE, requests tgui to render this field input in a more signature-y style.