/datum/message_modal 
Vars | |
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 |
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