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 is only displayed in the Panel.

 #STB-Input-Panel-Bool
 MyBool = True

This Property is displayed in the Panel and also in the Dialog.

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