Ammo 762mm: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (links)
m (Classifying as model entity)
 
(16 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{wrongtitle|title=ammo_762mm}}
{{ent not in fgd}}
{{CD|CItemAmmo762MM|nolink=1|file1=item_ammo.cpp}}
{{this is a|model entity|name=ammo_762mm|game=Counter-Strike: Source}}
This entity is an invisible ammunition entity for {{ent|weapon_ak47}}, {{ent|weapon_g3sg1}}, and {{ent|weapon_scout}}.


==Entity Description==
== Keyvalues ==
This entity is an invisible ammunition entity for [[weapon_ak47]], [[weapon_aug]], and [[weapon_scout]].
{{KV Targetname}}
 
==Keyvalues==
* {{kv targetname}}
 
==Inputs==
* {{i targetname}}
 
==Outputs==
* {{o targetname}}
 
[[Category:Counter-Strike: Source Entities]]

Latest revision as of 04:28, 19 May 2025

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

ammo_762mm is a model entity available in Counter-Strike: Source Counter-Strike: Source. This entity is an invisible ammunition entity for weapon_ak47, weapon_g3sg1, and weapon_scout.

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