Ammo 556mm: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Classifying as model entity)
 
(24 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{wrongtitle|title=ammo_556mm}}
{{LanguageBar}}
==Entity Description==
{{ent not in fgd}}
This entity is an invisible ammunition entity for famas, galil, m4a1, scout, sg550, and sg552.
{{CD|CItemAmmo556MM|nolink=1|file1=item_ammo.cpp}}
==Keyvalues==
{{this is a|model entity|name=ammo_556mm|game=Counter-Strike: Source}}
* {{kv targetname}}
It is an invisible ammunition entity for {{ent|weapon_galil}}, {{ent|weapon_famas}}, {{ent|weapon_m4a1}}, {{ent|weapon_sg550}}, and {{ent|weapon_sg552}}.
==Inputs==
 
* {{i targetname}}
== Keyvalues ==
==Outputs==
{{KV targetname}}
* {{o targetname}}
[[Category:Counter-Strike: Source Entities]]

Latest revision as of 04:28, 19 May 2025

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

ammo_556mm is a model entity available in Counter-Strike: Source Counter-Strike: Source. It is an invisible ammunition entity for weapon_galil, weapon_famas, weapon_m4a1, weapon_sg550, and weapon_sg552.

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