Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: aliessmael on February 12, 2012, 04:46:26 AM

Title: Get Random Child with ( startWithName ) , ( fullTraverse) parameter
Post by: aliessmael on February 12, 2012, 04:46:26 AM

Right now there is Get Random Child.

But it is better to add tow parameters to it
startWithName
fullTraverse

the reason is because i have character exported from 3ds max with mount dummies
so i can mount some object to it
dummies are children of bones , it is not direct children of character
and i need to select the one which start with "mount-" name.
Title: Re: Get Random Child with ( startWithName ) , ( fullTraverse) parameter
Post by: Alex Chouls on February 12, 2012, 07:57:21 AM
What does fullTraverse do?
Title: Re: Get Random Child with ( startWithName ) , ( fullTraverse) parameter
Post by: aliessmael on February 12, 2012, 10:36:09 AM
fullTraverse means search in all children tree, not only first children layer.
it means it could be child of child of the gameObject passed to the action.