Regular API function

simSetCollectionName / sim.setCollectionName

Description DEPRECATED.
C/C++
synopsis
simInt simSetCollectionName(simInt collectionHandle,const simChar* collectionName)
C/C++
parameters
collectionHandle: handle of the collection
collectionName: new name of the collection
C/C++
return value
-1 if operation was not successful
Lua synopsis sim.setCollectionName(int collectionHandle,string collectionName)
Lua parameters
Similar to the C-function counterpart
Lua return values