Goonstation 13 - Modules - TypesVar Details - Proc Details

/datum/proccall_editor

Vars

closedBoolean field describing if the tgui_color_picker was closed by the user.
listargsThe current key value state of the arguments we want to return

Procs

setup_listargsSet up the default values stored in listargs before we open the interface
waitWaits for a user's response to the tgui_color_picker's prompt before returning. Returns early if the window was closed by the user.

Var Details

closed

Boolean field describing if the tgui_color_picker was closed by the user.

listargs

The current key value state of the arguments we want to return

Proc Details

setup_listargs

Set up the default values stored in listargs before we open the interface

wait

Waits for a user's response to the tgui_color_picker's prompt before returning. Returns early if the window was closed by the user.