-
Notifications
You must be signed in to change notification settings - Fork 7
BoolVector
Bananenbrot edited this page Aug 10, 2023
·
3 revisions
The BoolVector Property is a special vector variable. You can add a vector variable to the Properties by writing a new comment over the variable with the syntax:
#STB-Input-{Space}-BoolVector
The variable must be of the type list or tuple and the elements must be of type int The length of the list or tuple must be in range of 1 to 32
This Property is only displayed in the Panel.
#STB-Input-Panel-BoolVector
MyBoolVector = [True,True,False]
This Property is displayed in the Panel and also in the Dialog.
#STB-Input-Panel-BoolVector /// #STB-Input-Dialog-BoolVector
MyBoolVector = (False,False,True,True,False)
Release-Notes
If you have any questions, ask them here