/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 |
timeout | Timeout for the input |
title | Title of the window |
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
timeout

Timeout for the input
title

Title of the window