Regular API function

simGetExplicitHandling / sim.getExplicitHandling

Description Retrieves the explicit handling flags for a scene object. See also sim.setExplicitHandling.
C/C++
synopsis
simInt simGetExplicitHandling(simInt objectHandle)
C/C++
parameters
objectHandle: handle of a scene object.
C/C++
return value
-1 if command was not successful, otherwise the explicit handling flags for the specified object (for now only bit 0 is used).
Lua
synopsis
int explicitHandlingFlags=sim.getExplicitHandling(int objectHandle)
Lua
parameters
Similar to the C-function counterpart
Lua
return values
Similar to the C-function counterpart.
Python
synopsis
int explicitHandlingFlags=sim.getExplicitHandling(int objectHandle)