Info apc missile hint: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (link)
Line 2: Line 2:


==Entity Description==
==Entity Description==
A [[brush entity]] that helps [[Prop vehicle apc|APC]] missiles guide. If the missile can hit the associated target entity between the time it takes the current enemy to enter and leave the hint, then the missile will guide to the entity.
A [[brush entity]] that helps guide rockets fired by the [[Prop vehicle apc]].  
 
If the missile can hit the specified ''target'' entity within the time it takes the ''target'' to enter and leave the apc_missile_hint brush, the missile will steer towards the ''target''.


==Availability==
==Availability==

Revision as of 16:07, 3 March 2008

Template:Wrongtitle

Entity Description

A brush entity that helps guide rockets fired by the Prop vehicle apc.

If the missile can hit the specified target entity within the time it takes the target to enter and leave the apc_missile_hint brush, the missile will steer towards the target.

Availability

Template:In game Template:Game Template:In code

Keyvalues

<target_destination> The entity that the missile will guide towards if the conditions are met.

Flags

None.

Inputs

  • EnableDisable:
Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.

Outputs