Skip to content
Bananenbrot edited this page Aug 10, 2023 · 4 revisions

The Int Property is a integer variable. You can add a int variable to the Properties by writing a new comment over the variable with the syntax:

#STB-Input-{Space}-Int

Example

This Property is only displayed in the Panel.

#STB-Input-Panel-Int
MyInt = 10

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

#STB-Input-Panel-Int /// #STB-Input-Dialog-Int
MyInt = 8

Clone this wiki locally