Boolean

Last modified by KDearnley on 2023/07/31 14:06

Boolean

A Boolean variable can be set to true or false. Booleans can be used to control certain properties on other objects.

Details

Boolean.PNG
Object: Boolean

Category: Variables

Inputs

INPUTS
Test.pngTest BooleanCheck the value of the Boolean. Any outputs will send a signal depending on the result.
SetTrue.pngSet TrueSet the Boolean value to true.
SetFalse.pngSet FalseSet the Boolean value to false.
Toggle.pngToggleToggle the Boolean value.
Set.pngSet (Boolean)Set the Boolean to the value specified in the input's properties.

Outputs

OUTPUTS
OnChanged.pngOn ChangedWhen the value changes, send a signal. The activator is the Resource or Cached Entity that changed. There is no activator for Boolean, Color, Integer, Number or String variables.
TestTrue.pngOn Tested TrueWhen tested, if the Boolean value is true, send the signal. The activator is unchanged from the input signal.
TestFalse.pngOn Tested FalseWhen tested, if the Boolean value is false, send the signal. The activator is unchanged from the input signal.

Properties

PROPERTIES
PropertyTypeDescription
NameStringThe name of this object. Rename an object to make it easy to identify.
IconGrid PickerIcon of this object. Change the icon to make it easy to identify.
Initial ValueBooleanThe starting value for this variable.
Tags: Flow