/proc/tgui_input_list |
Creates a TGUI input list window and returns the user's response. |
/proc/tgui_input_list_async |
Client does NOT have tgui_input on: Returns regular input
Creates an asynchronous TGUI input list window with an associated callback. |
/datum/tgui_list_input | Datum used for instantiating and using a TGUI-controlled list input that prompts the user with
a message and shows a list of selectable options |
/datum/tgui_list_input/async | An asynchronous version of tgui_list_input to be used with callbacks instead of waiting on user responses. |
---|