Skip to main content

Variable Components

These components that involve the variable system can be used in a scene without a running procedure. Read about Actions and Exit Conditions that involve the use of the variable system. All the Variables that are created in a scene and procedures are stored in the Variable window.

In this section you will learn about the following components:

  • Set Variable Value
  • Query Variable

Set Variable Value

Set Variable Value

The Set Variable Value component creates a variable.

PropertyFunction
Variable NameName of the variable.

Query Variable

Query Variable

The Query Variable component allows querying a variable value. An event is triggered when the variable equals the indicated value.

note

The Value field depends on the Value Type property. Define the number that the value should be equal to in order to trigger the event.

PropertyFunction
Variable NameName of the variable.
Value TypeType of the variable.
OperatorOperator to be applied to the variable.
ValueThis value depends on the Value Type property. Define the number that the value should be equal to trigger the event.
Check on StartIf enabled, it is checked on start if the variable is set.