Env entity igniter: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Cleanup)
mNo edit summary
Line 1: Line 1:
{{base point|env_entity_igniter}}
{{base point|env_entity_igniter}} It catches a target entity on fire. If the target is an animating model, it will have [[sprite]] flames attached to its [[skeleton]]. Otherwise the target will emit particle flame puffs.
 
==Entity Description==
An [[entity]] that catches a target entity on fire. If the target is an animating model, it will have [[sprite]] flames attached to its [[skeleton]]. Otherwise the target will emit particle flame puffs.


==Availability==
==Availability==

Revision as of 06:06, 24 July 2011

Template:Base point It catches a target entity on fire. If the target is an animating model, it will have sprite flames attached to its skeleton. Otherwise the target will emit particle flame puffs.

Availability

Template:In game Template:Game-base

C++ In code, it is represented by theCEntityFlameclass, defined in theEntityFlame.cppfile.

Keyvalues

Entity to ignite ([todo internal name (i)]) <targetname>
Name of the entity to catch on fire.
Lifetime in seconds ([todo internal name (i)]) <float>
Duration of flames.
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

Ignite
Ignite the target entity.


Outputs