async tgui_text_input ![code/modules/tgui_input/text.dm 192](git.png)
An asynchronous version of tgui_text_input to be used with callbacks instead of waiting on user responses.
Vars | |
callback | The callback to be invoked by the tgui_text_input upon having a choice made. |
---|---|
Procs | |
set_entry | datum/tgui_input_text/async/tgui_close(mob/user) |
Var Details
callback ![code/modules/tgui_input/text.dm 196](git.png)
The callback to be invoked by the tgui_text_input upon having a choice made.
Proc Details
set_entry
datum/tgui_input_text/async/tgui_close(mob/user)