Regular API
function
simClearFloatSignal (remote API equivalent:
simxClearFloatSignal
)
Description
Clears a float signal (removes it). See also the
other signal functions
.
C synopsis
simInt simClearFloatSignal(const simChar* signalName)
C parameters
signalName
: name of the signal or NULL to clear all float signals
C return value
-1 if operation was not successful, otherwise the number of signals cleared
Lua synopsis
number result=simClearFloatSignal(string signalName)
Lua parameters
Same as C-function
Lua return values
Same as C-function
All regular API functions on one page