Description
|
Clears an integer signal (removes it). See also the other signal functions. |
C/C++ synopsis
|
simInt simClearInt32Signal(const simChar* signalName)
|
C/C++ parameters |
signalName: name of the signal
|
C/C++ return value
|
-1 if operation was not successful
|
Lua synopsis
|
sim.clearInt32Signal(string signalName)
|
Lua parameters |
Similar to the C-function counterpart
|
Lua return values
|
|
Python synopsis |
sim.clearInt32Signal(string signalName) |