playMaker

Author Topic: get the name of an object's only child?  (Read 1699 times)

westingtyler

  • Sr. Member
  • ****
  • Posts: 277
    • My Video Game Projects Web Site
get the name of an object's only child?
« on: July 29, 2016, 02:06:18 AM »
I have many parent objects that each have only one child, and each child name is unique. I need to be able to get the name of an object's only child. Find the child, discover and store its name in a string.

terri

  • Sr. Member
  • ****
  • Posts: 386
    • terrivellmann.tumblr.com
Re: get the name of an object's only child?
« Reply #1 on: July 29, 2016, 11:46:02 AM »
Use Get Child Num with the index set to zero.
Then just Get name