Regular API function

simGetCollectionName / sim.getCollectionName

Description DEPRECATED.
C/C++
synopsis
simChar* simGetCollectionName(simInt collectionHandle)
C/C++
parameters
collectionHandle: handle of the collection
C/C++
return value
pointer to the name of the collection or nullptr if an error occurred. The user is in charge of destroying the returned buffer with simReleaseBuffer
Lua synopsis string collectionName=sim.getCollectionName(int collectionHandle)
Lua parameters
Similar to the C-function counterpart
Lua return values
Similar to the C-function counterpart