Regular API function

simResetCollision / sim.resetCollision

Description DEPRECATED. See sim.checkCollision instead.
C/C++
synopsis
simInt simResetCollision(simInt 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