cocos2d-objc
cocos2d-objc copied to clipboard
getChildrenByName analog to getChildByName
A way to get multiple children of the same name, optionally recursive, is what I could have used a few times already. Something like:
-(NSArray*) getChildrenByName:(NSString*)name recursively:(BOOL)recursive;