Game Development Community

What Callback gets executed first, after physics are processed?

by Jason Swearingen · in Torque Game Builder · 08/24/2005 (1:26 am) · 0 replies

I was wondering what was the first callback that gets executed after the physics moves an object.

I would think that it should be OnUpdateScene(), but maybe OnCollision() happens first?

or maybe another callback executes even before that, say perhaps OnWorldLimit or something

Thanks

-Jason