Regular API function

simRemoveObject / sim.removeObject

Description
Deprecated. See sim.removeObjects instead
C/C++
synopsis
int simRemoveObject(int objectHandle)
C/C++
parameters
objectHandle: handle of the object to remove. sim.handle_all removes all objects from the scene
C/C++
return value
-1 if operation was not successful
Lua
synopsis
sim.removeObject(int objectHandle)
Lua
parameters
Similar to the C-function counterpart
Lua
return values
Python
synopsis
sim.removeObject(int objectHandle)