OnSignal (script event)
Game class
This event operates on an instance of the game class type {{{gameclass}}}
Description
Sets a script callback function for when the given signal is raised on the given entity.
Usage
void onSignal( float signalNum, entity ent, string functionName )
Parameters
- tba
Examples
none
Notes
tba