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

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

#STB-Input-{Space}-String

Example

This Property is only displayed in the Panel.

#STB-Input-Panel-String
MyString = "This is my text"

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

#STB-Input-Panel-String /// #STB-Input-Dialog-String
MyString = "This is my text"

Clone this wiki locally