typing error in c_move and vec_accelerate

Posted By: StJiongTeam

typing error in c_move and vec_accelerate - 05/19/10 21:55

http://www.conitec.net/beta/ac_move.htm
If ACTIVATE_TRIGGER is set, a nearby entities' event function is triggered when it's ENABLE_TRIGGER flag is set and either a) tThe sum of the moved entities' trigger_range and the nearby entities' trigger_range is bigger than the distance between the move target position and the nearby entities' origin, or b) the nearby entities' trigger_range is zero, its passable flag is set and the move target position is inside it's bounding box.
http://www.conitec.net/beta/avec_accelerate.htm
Returns:
amount of distance
I think it returns distance vector instead,not amount.
Posted By: jcl

Re: typing error in c_move and vec_accelerate - 05/20/10 13:49

That's right - thanks for the info.
Posted By: StJiongTeam

Re: typing error in c_move and vec_accelerate - 05/21/10 03:03

Thank you jcl. And here is another small error on vec_to_angle
http://www.conitec.net/beta/avec_to_angle.htm
I think it may return angle instead of Length of the vector.
Posted By: jcl

Re: typing error in c_move and vec_accelerate - 05/21/10 08:53

No, this time it's correct, the length is really returned.
© 2024 lite-C Forums