Weapon melee (Left 4 Dead 2): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
No edit summary
Line 1: Line 1:
{{LanguageBar}}
{{TabsBar|title=Weapon melee}}
{{ent not in fgd|nolink=1}}
{{ent not in fgd|nolink=1}}
{{CD|CTerrorMeleeWeapon}}
{{CD|CTerrorMeleeWeapon}}

Revision as of 09:52, 7 September 2024

English (en)Translate (Translate)
Create new tabs bar with this page as mainedit
Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
C++ Class hierarchy
CTerrorMeleeWeapon
CTerrorWeapon
CWeaponCSBase
CBaseCombatWeapon
CBaseAnimating
CBaseEntity

weapon_melee is a point entity available in Left 4 Dead 2 Left 4 Dead 2. Held melee weapon. To spawn melee weapons in a map use weapon_melee_spawn or weapon_item_spawn

Keyvalues

Melee script name (melee_script_name) <string>
Name of a melee script (without file extension). Scripts are defined in scripts/melee/
Icon-Important.pngImportant:Will spawn the melee properly only if the melee is specified in the current map's mission file.

See also