ClearTargetList (script event)
From modwiki
The information on this page is specific to Quake 4.Description
Usage
In your script type...
void clearTargetList( float destroyContents )
Parameters
- [destroyContents] -
Examples
$my_entity.clearTargetList( 5 );
Notes
This script event does not return any values.

