pashooo
14 years agoContributor
FindChild by "content" property
I used FindChild by ClrClassName. It's workin)
When I tried FindChild by Content:
* aqObject.CheckProperty(select_scene.FindChild("Content", "scene", 3))
... I have got an error:
"Wrong number of arguments or invalid property assignment "
When I tried FindChild by Content:
* aqObject.CheckProperty(select_scene.FindChild("Content", "scene", 3))
... I have got an error:
"Wrong number of arguments or invalid property assignment "
Is it possible to find child by it's content? ... or may be I make ane syntax error?