Yogstation 13 - Modules - Types

code/modules/tgui_input/list.dm

/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_inputDatum 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/asyncAn asynchronous version of tgui_list_input to be used with callbacks instead of waiting on user responses.