AppendTarget (script event)

From modwiki

Jump to: navigation, search
Image:Q4square_bg.png The information on this page is specific to Quake 4.

Description

Used to add to an entity's list of targets.

Usage

In your script type...

float appendTarget( entity target )

Parameters

  • [target] - Entity to be targetted.

Examples

$my_entity.appendTarget( $my_entity2 );

Notes

Not available.


Personal tools
Main