ProtoFlux:Is Child Of

From Resonite Wiki
Is Child Of
Instance
*
Other
IncludingSelf
Slots

The Is Child Of node determines if the Instance slot is a descendant of the Other slot. This check is recursive.

Inputs

Instance (Slot)

The slot to test.

Other (Slot)

The potential parent slot of Instance.

IncludingSelf (bool)

If True, the node will return True if Instance is the same slot as Other. Otherwise, the node will return False in this case.

Outputs

* (bool)

Returns True if Instance is a descendant of the Other slot. Otherwise, returns False

Examples