paper_field ![code/modules/paperwork/paper.dm 839](git.png)
A reference to some data that replaces a modifiable input field at some given index in paper raw input parsing.
Vars | |
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. |
Var Details
field_data ![code/modules/paperwork/paper.dm 843](git.png)
The data that tgui should substitute in-place of the input field when parsing.
field_index ![code/modules/paperwork/paper.dm 841](git.png)
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 ![code/modules/paperwork/paper.dm 845](git.png)
If TRUE, requests tgui to render this field input in a more signature-y style.