env_entity_igniter
		
		
		
		Jump to navigation
		Jump to search
		
|  Class hierarchy | 
|---|
| CEntityFlame | 
|  EntityFlame.cpp | 
|  Class hierarchy | 
|---|
| (in all games since  ) | 
| CEnvEntityIgniter | 
|  EntityFlame.cpp | 
env_entity_igniter  is a   point entity  available in all  Source games. It catches a target entity on fire. If the target is an animating model, it will have flame sprites attached to its skeleton. Otherwise the target will emit particle flame puffs.
 Source games. It catches a target entity on fire. If the target is an animating model, it will have flame sprites attached to its skeleton. Otherwise the target will emit particle flame puffs.
 AltNames: This entity is also tied to
AltNames: This entity is also tied to entityflame. Since  Left 4 Dead 2 it is not an altname and env_entity_igniter internally only initiates the igniting by creating entityflame which also doesn't anymore have lifetime keyvalue and Ignite input.
 Left 4 Dead 2 it is not an altname and env_entity_igniter internally only initiates the igniting by creating entityflame which also doesn't anymore have lifetime keyvalue and Ignite input. Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentnameortarget).
 Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Entity to ignite (target) <targetname>
- Name of the entity to catch on fire.
- Lifetime in seconds (lifetime) <float>
- Duration of flames.
Inputs
- Ignite
- Ignite the target entity.


























