collisiontime()

Blitz3D Forums/Blitz3D Beginners Area/collisiontime()

RifRaf(Posted 2004) [#1]
What is collisiontime returning exactly? The docs say how long it took to calculate. Does this mean that it is measuring tiem between each collision.. and that is what is returned? So I can instantly know how long its been since object1 has collided with somthing?


Sunteam Software(Posted 2004) [#2]
I think it's telling you how long it took to calculate the collisions in the last UpdateWorld, not time between collisions.


RifRaf(Posted 2004) [#3]
ok thanks