ClearSignal (script event)
From modwiki
Description
Disables the callback function on the specified signal.
Usage
In your script type...
void clearSignal( float signalNum )
Parameters
- [signalNum] - The number of the signal to disable callback.
Examples
$my_entity.clearSignal(1);
Notes
This script event does not return any values.

