- Edited
Hello everyone,
I was wondering if there was a simple way to get the n-th child of a node ?
As an example, imagine a 2d node called "enemies" which has several children (every enemy). How can I select an enemy depending on its order among the others and not its name ?
Thanks if you can help me !