hegrenade_projectile
hegrenade_projectile
is a point entity available in Counter-Strike: Source and Counter-Strike: Global Offensive.
A thrown frag grenade in the Counter-Strike series.
Note:This entity cannot be picked up or used by a player. In it can explode, but not until it receives the InitializeSpawnFromWorld input.
Contents
Keyvalues
- Name
(targetname)
<string> - The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Flags
Start Constrained : [1]
- Prevents the model from moving.
Inputs
InitializeSpawnFromWorld
(only in )- Activates the grenade, causing it to explode after a few seconds as if it was thrown by a player.
Outputs
OnPlayerPickup
- Fires when a player picks up this weapon. (activator is the player)