tgui_message
Datum used for instantiating and using a TGUI-controlled simple message box
Vars | |
message | The message displayed in the body of the TGUI window. |
---|---|
sanitize | Whether or not to sanitize the message. DO NOT TRUST USER INPUT. NO. |
start_time | The time at which the tgui_modal was created, for displaying timeout progress. |
theme | The TGUI theme used for the window. |
timeout | The lifespan of the tgui_message, after which the window will close and delete itself. |
title | The title of the TGUI window |
user | The user of the TGUI window |
Var Details
message
The message displayed in the body of the TGUI window.
sanitize
Whether or not to sanitize the message. DO NOT TRUST USER INPUT. NO.
start_time
The time at which the tgui_modal was created, for displaying timeout progress.
theme
The TGUI theme used for the window.
timeout
The lifespan of the tgui_message, after which the window will close and delete itself.
title
The title of the TGUI window
user
The user of the TGUI window