Ammo 9mm: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(21 intermediate revisions by 14 users not shown)
Line 1: Line 1:
cbasdron
{{ent not in fgd}}
{{wrongtitle|title=ammo_9mm}}
{{CD|CItemAmmo9MM|nolink=1|file1=item_ammo.cpp}}
==Entity Description==
{{this is a|model entity|name=ammo_9mm|game=Counter-Strike: Source|game1=Counter-Strike: Global Offensive}}
This entity is an invisible ammunition entity for [[weapon_elite]], [[weapon_glock]], [[weapon_mp5navy]], and [[weapon_tmp]].


==Keyvalues==
This entity is an invisible ammunition entity for [[weapon_elite]], [[weapon_glock]], [[weapon_mp5navy]], [[weapon_mp5sd]], and [[weapon_tmp]].
* {{kv targetname}}
 
==Inputs==
== Keyvalues ==
* {{i targetname}}
{{KV Targetname}}
==Outputs==
* {{o targetname}}
[[Category:Counter-Strike: Source Entities]]

Latest revision as of 18:33, 5 June 2025

Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
C++ Class hierarchy
CItemAmmo9MM
CItemAmmo
CItem
CBaseAnimating
CBaseEntity
C++ item_ammo.cpp

ammo_9mm is a model entity available in Counter-Strike: Source Counter-Strike: Source and Counter-Strike: Global Offensive Counter-Strike: Global Offensive.

This entity is an invisible ammunition entity for weapon_elite, weapon_glock, weapon_mp5navy, weapon_mp5sd, and weapon_tmp.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities