ClearSignalThread (script event)
From modwiki
Description
Clears the script callback function set for when the given signal is raised on the given entity.
Usage
In your script type...
void clearSignalThread( float signalNum, entity ent )
Parameters
- [signalNum] - The signal to clear.
- [ent] - The entity to clear these signals from.
Examples
sys.clearSignalThread(1, door2a);
Notes
This script event does not return any values.

