Info apc missile hint: Difference between revisions
Jump to navigation
Jump to search

Note:The FGD data lists
m (→Availability: Relocated) |
(-added class hierarchy, cleanup) |
||
(18 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
{{CD|CInfoAPCMissileHint|file1=weapon_rpg.cpp}} | |||
{{this is a|brush entity|name=info_apc_missile_hint|game=Half-Life 2 series}} It helps guide rockets ({{ent|apc_missile}} fired by the {{ent|prop_vehicle_apc}}. In short, if the missile can hit a target before that target leaves this volume, the missile will steer towards it. | |||
{{note|The FGD data lists <code>Enable</code> and <code>Disable</code> inputs, but they do not exist in code.}} | |||
== | == Keyvalues == | ||
{{ | {{KV Targetname}} | ||
{{ | {{KV|Target|intn=target|target_destination|The entity that the missile will guide towards if the conditions are met.}} | ||
Latest revision as of 13:03, 25 September 2024


![]() |
---|
CInfoAPCMissileHint |
![]() |
info_apc_missile_hint
is a brush entity available in Half-Life 2 series. It helps guide rockets (apc_missile fired by the prop_vehicle_apc. In short, if the missile can hit a target before that target leaves this volume, the missile will steer towards it.

Enable
and Disable
inputs, but they do not exist in code.Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Target (target) <targetname>
- The entity that the missile will guide towards if the conditions are met.