code/modules/tgui_input/text.dm
/proc/tgui_input_text | Creates a TGUI window with a text input. Returns the user's response. |
---|---|
/datum/tgui_input_text | tgui_input_text |
/proc/tgui_input_text_async | Creates an asynchronous TGUI input text window with an associated callback. |
/datum/tgui_input_text/async | An asynchronous version of tgui_text_input to be used with callbacks instead of waiting on user responses. |