Hi all,
I think chipmunk allowed this and it was dead useful.
So for example on a pre collision callback if it returned true the ‘physics’ got processed ; if the callback returned false the physics did not occur.
This made it much easier to deal with bodies whom ‘state’ changes through the game and was simpler than multiple flags.
Thanks!