I
I
Incari Studio
2023.1
Search
K
Comment on page

Get CheckBox Value

Overview

The Get CheckBox Value Node.
The Get CheckBox Value Node returns a Boolean value of either true or false, depending on if the Toggle Object given as input is checked on or not.
Scope: Scene, Function, Prefab.

Inputs

Input
Type
Description
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
Object ID
ObjectID
the Toggle Object from which the value is to be obtained.

Outputs

Output
Type
Description
Pulse Output (►)
Pulse
A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.
Value
Boolean
Returns true if the Toggle Object is checked on, or false if not.

See Also