SPLURT Station 13 - Modules - Types

code/modules/tgui_input/number.dm

/proc/tgui_input_numberCreates a TGUI window with a number input. Returns the user's response as num | null.
/datum/tgui_input_numberDatum used for instantiating and using a TGUI-controlled number input that prompts the user with a message and has an input for number entry.
/proc/tgui_input_number_asyncCreates an asynchronous TGUI input num window with an associated callback.
/datum/tgui_input_number/asyncAn asynchronous version of tgui_text_input to be used with callbacks instead of waiting on user responses.