env_gargantua_flame
env_gargantua_flame
is an entity available in Black Mesa. This entity used by npc_gargantua
to perform a fire attack. Attempt to spawn this entity via ent_create env_gargantua_flame
console command will cause entity kill and play the fire sound once.
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
Inputs
SetLife
<float>- Sets specified life time. Automatically fires by
npc_gargantua
when it uses a fire attack.
Extinguish
<void>- Extinguishes flame. Automatically fires by
npc_gargantua
when it stops a fire attack.