/datum/tgui_checkbox_input
Window for tgui_input_checkboxes
Vars | |
choices | List of selected items |
---|---|
closed | Whether the input was closed |
items | List of items to display |
max_checked | Maximum number of checkboxes that can be checked |
message | Message to display |
min_checked | Minimum number of checkboxes that must be checked |
start_time | Time when the input was created |
state | The TGUI UI state that will be returned in ui_state(). Default: always_state |
timeout | Timeout for the input |
title | Title of the window |
ui_theme | String field for the theme to use |
Procs | |
wait | Waits for a user's response to the tgui_checkbox_input's prompt before returning. Returns early if the window was closed by the user. |
Var Details
choices
List of selected items
closed
Whether the input was closed
items
List of items to display
max_checked
Maximum number of checkboxes that can be checked
message
Message to display
min_checked
Minimum number of checkboxes that must be checked
start_time
Time when the input was created
state
The TGUI UI state that will be returned in ui_state(). Default: always_state
timeout
Timeout for the input
title
Title of the window
ui_theme
String field for the theme to use
Proc Details
wait
Waits for a user's response to the tgui_checkbox_input's prompt before returning. Returns early if the window was closed by the user.