Description
|
Retrieves the explicit handling flags for a general object. See also sim.setExplicitHandling.
|
C synopsis
|
simInt simGetExplicitHandling(simInt generalObjectHandle) |
C parameters |
generalObjectHandle: handle of a general object. Can be a scene object, collision object, distance object, etc.
|
C return value
|
-1 if command was not successful, otherwise the explicit handling flags for the specified general object (for now only bit 0 is used).
|
Lua synopsis
|
number explicitHandlingFlags=sim.getExplicitHandling(number generalObjectHandle)
|
Lua parameters |
Same as C-function
|
Lua return values
|
|