Regular API function
simGetObjectConfiguration / sim.getObjectConfiguration
Description
DEPRECATED
C/C++
synopsis
simChar* simGetObjectConfiguration(simInt 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