SPLURT Station 13 - Modules - Types

code/modules/tgui_input/text.dm

/proc/tgui_input_textCreates a TGUI window with a text input. Returns the user's response.
/datum/tgui_input_texttgui_input_text
/proc/tgui_input_text_asyncCreates an asynchronous TGUI input text window with an associated callback.
/datum/tgui_input_text/asyncAn asynchronous version of tgui_text_input to be used with callbacks instead of waiting on user responses.