Regular API function

simRemoveCollection / sim.removeCollection

Description DEPRECATED. See sim.destroyCollection instead.
C/C++
synopsis
simInt simRemoveCollection(simInt collectionHandle)
C/C++
parameters
collectionHandle: handle of the collection to remove. sim_handle_all removes all collections from the scene
C/C++
return value
-1 if operation was not successful
Lua synopsis sim.removeCollection(int collectionHandle)
Lua parameters
Similar to the C-function counterpart
Lua return values