Regular API function

simGetObjectConfiguration / sim.getObjectConfiguration

Description Deprecated
C/C++
synopsis
char* simGetObjectConfiguration(int objectHandle)
C/C++
parameters
objectHandle: handle of the object
C/C++
return value
Pointer to configuration data if operation was successful, nullptr otherwise. The returned data should be deleted with simReleaseBuffer when not used anymore
Lua
synopsis
string buffer=sim.getObjectConfiguration(int objectHandle)
Lua
parameters
Similar to the C-function counterpart
Lua
return values
buffer: configuration data