Regular API function

simResetCollision / sim.resetCollision

Description Deprecated. See sim.checkCollision instead.
C/C++
synopsis
int simResetCollision(int collisionObjectHandle)
C/C++
parameters
collisionObjectHandle: handle of the collision object or sim.handle_all or sim.handle_all_except_explicit. (sim.handle_all will reset all registered collision objects, while sim.handle_all_except_explicit will only reset those that are not marked as "explicit handling")
C/C++
return value
-1 if operation was not successful
Lua
synopsis
sim.resetCollision(int collisionObjectHandle)
Lua
parameters
Similar to the C-function counterpart
Lua
return values