Goonstation 13 - Modules - TypesVar Details

/datum/message_modal

Vars

heightThe height of the window, if left at 0 window will autosize to show as much content as possible
messageThe textual body of the TGUI window
sanitizeThe bool that controls if this modal should sanitize
themeThe TGUI theme used for the window
timeoutThe lifespan of the tgui_input_pin, after which the window will close and delete itself.
titleThe title of the TGUI window
widthThe width of the window, if left at 0 defaults to 300px

Var Details

height

The height of the window, if left at 0 window will autosize to show as much content as possible

message

The textual body of the TGUI window

sanitize

The bool that controls if this modal should sanitize

theme

The TGUI theme used for the window

timeout

The lifespan of the tgui_input_pin, after which the window will close and delete itself.

title

The title of the TGUI window

width

The width of the window, if left at 0 defaults to 300px