Info apc missile hint

From Valve Developer Community
Revision as of 20:26, 10 September 2018 by Pinsplash (talk | contribs) (updates)
Jump to navigation Jump to search
English (en)Translate (Translate)

Template:Hl2 brush 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.

Note.pngNote:The FGD data lists Enable and Disable inputs, but they do not exist in code.
C++ In code, it is represented by theCInfoAPCMissileHintclass, defined in theweapon_rpg.cppfile.

Keyvalues

Target (target) ([todo internal name (i)]) <targetname>
The entity that the missile will guide towards if the conditions are met.


Inputs

Outputs