Item ammo magnum

From Valve Developer Community
Revision as of 12:33, 1 July 2019 by Soer4769 (talk | contribs) (Created page for the magnum ammo entity used by weapon_magnum in Sin Episodes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
List of SE1 entities
Item ammo magnum.png

Template:Se1 point It's a magasin of magnum ammo for the weapon_magnum and provides 10 in ammunition regardless of difficulty setting.

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

Outputs

OnPlayerTouch
Fires when the player touches this item. !activator is the player.
OnUse
Fired when the Use input is given.