Get CheckBox Value

Overview

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

InputTypeDescription

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

OutputTypeDescription

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

Last updated