SPLURT Station 13 - Modules - Types

code/modules/tgui_input/alert.dm

/proc/tgui_alertCreates a TGUI alert window and returns the user's response.
/datum/tgui_alertDatum used for instantiating and using a TGUI-controlled modal that prompts the user with a message and has buttons for responses.
/proc/tgui_alert_asyncCreates an asynchronous TGUI alert window with an associated callback.
/datum/tgui_alert/asyncAn asynchronous version of tgui_modal to be used with callbacks instead of waiting on user responses.