byond - Modules - TypesVar Details - Proc Details

/datum/tgui_checkbox_input

Window for tgui_input_checkboxes

Vars

choicesList of selected items
closedWhether the input was closed
itemsList of items to display
max_checkedMaximum number of checkboxes that can be checked
messageMessage to display
min_checkedMinimum number of checkboxes that must be checked
start_timeTime when the input was created
stateThe TGUI UI state that will be returned in ui_state(). Default: always_state
timeoutTimeout for the input
titleTitle of the window
ui_themeString field for the theme to use

Procs

waitWaits 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.