Regular API
function
simSetExplicitHandling / sim.setExplicitHandling
Description
Sets the explicit handling flags for a general object. See also
sim.getExplicitHandling
.
C synopsis
simInt simSetExplicitHandling(simInt generalObjectHandle,int explicitFlags)
C parameters
generalObjectHandle
: handle of a general object (can be a scene object, a collision object, a distance object, etc.)
explicitFlags
: the explicit handling flags. For now only bit 0 is used
C return value
-1 if operation was not successful. In a future release, a more differentiated return value might be available
Lua synopsis
number result=sim.setExplicitHandling(number generalObjectHandle,number explicitFlags)
Lua parameters
Same as C-function
Lua return values
Same as C-function
All regular API functions on one page