paper_input ![code/modules/paperwork/paper.dm 729](git.png)
A single instance of a saved raw input onto paper.
Vars | |
advanced_html | Whether the creator of this input field has the R_FUN permission, thus allowing less sanitization |
---|---|
bold | Whether to render the font bold or not. |
colour | Colour to draw the input with. |
font | Font to draw the input with. |
raw_text | Raw, unsanitised, unparsed text for an input. |
Procs | |
to_raw_html | Returns the raw contents of the input as html, with ZERO SANITIZATION |
Var Details
advanced_html ![code/modules/paperwork/paper.dm 739](git.png)
Whether the creator of this input field has the R_FUN permission, thus allowing less sanitization
bold ![code/modules/paperwork/paper.dm 737](git.png)
Whether to render the font bold or not.
colour ![code/modules/paperwork/paper.dm 735](git.png)
Colour to draw the input with.
font ![code/modules/paperwork/paper.dm 733](git.png)
Font to draw the input with.
raw_text ![code/modules/paperwork/paper.dm 731](git.png)
Raw, unsanitised, unparsed text for an input.
Proc Details
to_raw_html
Returns the raw contents of the input as html, with ZERO SANITIZATION