do_physics return value

Hello, I just noticed BulletWorld do_physics has an int return value but I’m not sure what it represents? I can’t see it documented anywhere.

Cheers,

It comes from Bullet, stepSimulation:
bulletphysics.org/Bullet/BulletF … d8f8dd6294

It doesn’t seem to explain what it means. I would guess something like “the number of steps it actually ran”.

Ah I see, thanks rdb.

Cheers,