Skip to content
RivinHD edited this page Aug 10, 2020 · 3 revisions

The Bool Property is a boolean value variable. You can add a boolean value variable to the Properties by writing a new comment over the variable with the syntax:

#STB-Input-{Space}-Bool

Example

This Property will be shown in the Panel only

 #STB-Input-Panel-Bool
 MyBool = True

This Property will be shown in the Panel and also in the Dialog when you pressed the button

 #STB-Input-Panel-Bool /// #STB-Input-Dialog-Bool
 MyBool = False
Clone this wiki locally