Get CheckBox Value
Last updated
Last updated
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.
Input | Type | Description |
---|---|---|
Output | 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.
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.