Apc missile

From Valve Developer Community
Revision as of 22:54, 5 August 2018 by Pinsplash (talk | contribs) (grammar)
Jump to navigation Jump to search
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
Not to be confused with rpg_missile.

(Which comes from the rocket launcher.)

Template:Hl2 point These are the missiles shot by prop_vehicle_apcs. It's advised to not attempt to use these directly, as they will not home towards a target on their own (they may try in some cases, but the results are buggy).

C++ In code, it is represented by theCAPCMissileclass, defined in theweapon_rpg.cppfile.