Point give ammo: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (removed {{DISPLAYTITLE}}, covered by the csgo point template)
m (→‎Inputs: Substituted IO templates)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{csgo point|point_give_ammo}}
{{this is a|point entity|game=Counter-Strike: Global Offensive|name=point_give_ammo}}


==Entity Description==
==Entity Description==
Line 10: Line 10:
==Inputs==
==Inputs==
{{I Targetname}}
{{I Targetname}}
{{IO|GiveAmmo|Fill up the ammo of all weapons held by the activator of this entity.}}
{{I|GiveAmmo|Fill up the ammo of all weapons held by the activator of this entity.}}
==Outputs==
==Outputs==
{{O Targetname}}
{{O Targetname}}

Latest revision as of 07:52, 21 April 2025

point_give_ammo is a point entity available in Counter-Strike: Global Offensive Counter-Strike: Global Offensive.

Entity Description

An entity that gives ammo to the activator. Use a trigger or a button to trigger this entity.

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

Inputs

GiveAmmo
Fill up the ammo of all weapons held by the activator of this entity.

Outputs