Entityx-y-z

Blitz3D Forums/Blitz3D Beginners Area/Entityx-y-z

zeek(Posted 2013) [#1]
Hello I was wondering if anyone knew how to get the entityx y or z positions of a child entity. thanks


RemiD(Posted 2013) [#2]
Take a look at FindChild()
here : http://blitzbasic.com/b3ddocs/command.php?name=FindChild&ref=3d_a-z
once you have retrieved the child, you can use EntityX(),EntityY(),EntityZ(), or TFormPoint()


Stevie G(Posted 2013) [#3]
Bear in mind the 'Global' parameter of both commands if either local (relative to the parent) or world space coords.


zeek(Posted 2013) [#4]
Thanks alot!!!!!!!!!!!!!


Mikorians(Posted 2014) [#5]
Yeah, good RemiD!