Regular API function

simGetObjectSpecialProperty / sim.getObjectSpecialProperty

Description Retrieves the special properties of a scene object. See also sim.setObjectSpecialProperty, sim.getObjectProperty and sim.getModelProperty.
C/C++
synopsis
simInt simGetObjectSpecialProperty(simInt objectHandle)
C/C++
parameters
objectHandle: handle of the object
C/C++
return value
object special property values, -1 if operation was not successful
Lua
synopsis
int property=sim.getObjectSpecialProperty(int objectHandle)
Lua
parameters
Similar to the C-function counterpart
Lua
return values
Similar to the C-function counterpart.
Python
synopsis
int property=sim.getObjectSpecialProperty(int objectHandle)