Info apc missile hint: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Linked to prop_vehicle_apc.)
m (→‎Availability: Relocated)
Line 6: Line 6:
==Availability==
==Availability==
{{in game|brush}} {{game|HL2}}
{{in game|brush}} {{game|HL2}}
{{in code|class=CInfoAPCMissileHint|file=weapon_rpg.cpp}}
{{in code|class=CInfoAPCMissileHint|file=hl2_dll\weapon_rpg.cpp}}


==Keyvalues==
==Keyvalues==

Revision as of 21:30, 3 April 2006

Template:Wrongtitle

Entity Description

Something that helps APC missiles guide. If the missile can hit the associated target entity between the time it takes the current enemy to enter + leave the hint, then the missile will guide to the entity.

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