basehlcombatweapon

From Valve Developer Community
Revision as of 13:42, 4 January 2024 by WisdomBot (talk | contribs) (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
Jump to navigation Jump to search
Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.

basehlcombatweapon is an e0 available in Half-Life 2 series Half-Life 2 series. It is an invisible, non-functional weapon. Basically a coding template for creating new weapons.

Note.pngNote:This entity is also in the code for Portal Portal 2. Its functionality is not guaranteed.


C++ In code, it is represented by theCBaseHLCombatWeaponclass, defined in thebasehlcombatweapon_shared.cppfile.