Thread: Findchild
View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old March 19th, 2018, 01:56 PM
Code:
hero.findchild[component,tag expression]
uses the same tag expression that

Code:
foreach pick in hero from component where "tag expression"
would - so if you can find it with foreach, you can find it with findchild[].
Mathias is offline   #2 Reply With Quote