Goonstation 13 - Modules - Types

code/modules/tgui/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 Creates an asynchronous TGUI input list window with an associated callback.
/datum/tgui_modal/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_modal/list_input/asyncAn asynchronous version of tgui_modal/list_input to be used with callbacks instead of waiting on user responses.