Ammo 338mag: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(17 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{wrongtitle|title=ammo_338mag}}
{{ent not in fgd}}
==Entity Description==
{{CD|CItemAmmo338MAG|nolink=1|file1=item_ammo.cpp}}
This entity is an invisible ammunition entity for awp.
{{this is a|model entity|name=ammo_338mag|game=Counter-Strike series}}
It is an invisible ammunition entity for {{ent|weapon_awp}}.


==Keyvalues==
== Keyvalues ==
* {{kv targetname}}
{{KV Targetname}}
==Inputs==
* {{i targetname}}
==Outputs==
* {{o targetname}}
==See Also==
* [[ammo_357sig]]
* [[ammo_45acp]]
* [[ammo_50ae]]
* [[ammo_556mm]]
* [[ammo_556mm_box]]
* [[ammo_57mm]]
* [[ammo_762mm]]
* [[ammo_9mm]]
* [[ammo_buckshot]]
* [[item_kevlar]]
* [[item_assaultsuit]]
* [[game_player_equip]]
 
[[Category:Counter-Strike: Source Entities]]

Latest revision as of 13:06, 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
CItemAmmo338MAG
CItemAmmo
CItem
CBaseAnimating
CBaseEntity
C++ item_ammo.cpp

ammo_338mag is a model entity available in Counter-Strike seriesCounter-Strike series Counter-Strike series. It is an invisible ammunition entity for weapon_awp.

Keyvalues

Name (targetname) <string>
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