Description
|
Clears the detection state, detection color, detection segments, etc. of a proximity sensor object. See also sim.handleProximitySensor.
|
C synopsis
|
simInt simResetProximitySensor(simInt sensorHandle) |
C parameters |
sensorHandle: handle of the proximity sensor object or sim_handle_all or sim_handle_all_except_explicit. (sim_handle_all will reset all proximity sensor objects, while sim_handle_all_except_explicit will only reset those that are not marked as "explicit handling")
|
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.resetProximitySensor(number sensorHandle)
|
Lua parameters |
Same as C-function
|
Lua return values
|
Same as C-function
|