Regular API function

simSetCollectionName / sim.setCollectionName

Description Deprecated.
C/C++
synopsis
int simSetCollectionName(int collectionHandle,const char* 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