entity size.

Posted By: bobby_danseco

entity size. - 01/20/10 07:25

hi..
is there a way to get an entity width and height
the same way as bmap_width() and bmap_heigt().

thanks..

bobby
Posted By: GorNaKosh

Re: entity size. - 01/20/10 07:40

if the boundingbox is set correctly you can get the size using min_x, min_y, min_z and max_x, max_y, max_z

you can check the boundingbox manually with pressing F11 twice. If it doesn't fit to the Model use c_setminmax(ENTITY* pEnt);
Posted By: bobby_danseco

Re: entity size. - 01/20/10 07:56

thanks.. laugh
© 2024 lite-C Forums