-
Notifications
You must be signed in to change notification settings - Fork 7
Bool
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
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
Release-Notes
If you have any questions, ask them here