RemoveTarget (script event)
The information on this page is specific to Quake 4 .
Game class
This event operates on an instance of the game class type {{{gameclass}}}
Description
Removes an entity from the current entity’s list of targets
Usage
void removeTarget( entity ent )
Parameters
- [ent] - Target to remove.
Examples
$my_entity.removeTarget( $my_entity_2 );
Notes
This script event does not return any values.