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