Find First Child
Description
Runs the connected block only if the given object has a child with the given name.
Available to
Inputs
Parent (Object)
You give the path to an object.
ChildName (String)
You give the block the name of a object.
Recursive (Bool)
Whether or not the search should be conducted recursively.
Outputs
Result (Object)
You give the block the variable you want the found object to be saved to.
Last updated