Item ammo ar grenade: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page for the grenade ammo entity used by weapon_assault_rifle in Sin Episodes)
 
No edit summary
Line 2: Line 2:
[[File: item_ammo_ar_grenade.png | right | 300px]]
[[File: item_ammo_ar_grenade.png | right | 300px]]


{{se1 point}} It is a grenade of secondary assault rifle ammo type for the [[weapon_assault_rifle]] and provides one grenade regardless of difficulty setting.
{{Entity|item_ammo_ar_grenade|type=point|game=SiN Episodes}} It is a grenade of secondary assault rifle ammo type for the [[weapon_assault_rifle]] and provides one grenade regardless of difficulty setting.


__TOC__
__TOC__

Revision as of 03:00, 17 August 2023

List of SE1 entities
Item ammo ar grenade.png

Template:Entity It is a grenade of secondary assault rifle ammo type for the weapon_assault_rifle and provides one grenade 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.