Set Boolean
Sets the target Boolean parameter in the To slot to the value returned by the block in the From slot
The Set Boolean
block allows you to take a Boolean value (or a reference/link to a Boolean value) and store it in another Boolean variable (or a reference/link to a Boolean value).
To use it:
-
Connect the source block to the
from
slot -
Specify where to store the data by adding a variable or Data Structure Reference in the
to
slot.
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|---|---|---|
From | The boolean value to use | Boolean Process Block Group | Yes |
To | The destination boolean to set | Reference Block Group | Yes |