/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_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_modal/list_input/async | An asynchronous version of tgui_modal/list_input to be used with callbacks instead of waiting on user responses. |
---|