Baseprojectile

From Valve Developer Community
Revision as of 00:42, 6 August 2018 by Pinsplash (talk | contribs) (Created page with "{{ent not in fgd}} {{base point|baseprojectile}} It is an invisible, non-functional projectile. Basically just a coding template for new projectile entities. {{code class|CBa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Template:Base point It is an invisible, non-functional projectile. Basically just a coding template for new projectile entities.

C++ In code, it is represented by theCBaseProjectileclass, defined in thebaseprojectile.cppfile.