View Single Post
06/13/20, 07:06 PM   #10
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
Originally Posted by QuantumPie View Post
Good to know Zgoo is a thing. I checked the component and noticed GetNamedChild was Blacklisted so I switched to using GetChild.
That function is manually blacklisted only in zgoo, and there's no reason not to use it within your own addons. Personally, I like it more than just GetChild, because it is a little more robust to code changes. Like, if you change the order of adding stuff, it's not gonna break. Also, it's a bit more expressive as well.
  Reply With Quote