item_ammo_buckshot

From Valve Developer Community
Jump to: navigation, search
List of SE1 entities
Item ammo buckshot.png

item_ammo_buckshot is a point entity available in SiN Episodes SiN Episodes. It's a box of scattergun ammo for the weapon_scattergun and provides 10 in ammunition regardless of difficulty setting, even through only 8 are visible to be in the package.

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

Outputs

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