Regular API
function
simRemoveObject (remote API equivalent:
simxRemoveObject
)
Description
Removes an object from the scene. See also
simRemoveModel
.
C synopsis
simInt simRemoveObject(simInt objectHandle)
C parameters
objectHandle
: handle of the object to remove. sim_handle_all removes all objects from the scene
C return value
-1 if operation was not successful. In a future release, a more differentiated return value might be available
Lua synopsis
number result=simRemoveObject(number objectHandle)
Lua parameters
Same as C-function
Lua return values
Same as C-function
All regular API functions on one page