This article's documentation is for anything that uses the Source engine. Click here for more information.

Env entity igniter: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m ({{lang}} -> {{Language subpage}})
mNo edit summary
Line 1: Line 1:
{{Language subpage}}
{{Language subpage}}
{{entity|type=e0|env_entity_igniter}} It catches a target entity on fire. If the target is an animating model, it will have flame [[sprite]]s attached to its [[skeleton]]. Otherwise the target will emit particle flame puffs.
{{This is a|e0|name=env_entity_igniter}} It catches a target entity on fire. If the target is an animating model, it will have flame [[sprite]]s attached to its [[skeleton]]. Otherwise the target will emit particle flame puffs.


This entity may also use <code>entityflame</code> for the classname.
This entity may also use <code>entityflame</code> for the classname.

Revision as of 20:38, 12 December 2023

English (en)中文 (zh)Translate (Translate)

env_entity_igniter is an e0 available in all Source 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.

This entity may also use entityflame for the classname.

C++ In code, it is represented by theCEntityFlameHalf-Life 2PortalTeam Fortress 2Left 4 Deadclass, defined in theEntityFlame.cppfile.
C++ In code, it is represented by theCEnvEntityIgniterLeft 4 Dead 2Alien SwarmPortal 2Counter-Strike: Global Offensiveclass, defined in theEntityFlame.cppfile.

Keyvalues

Entity to ignite (target) <targetname>
Name of the entity to catch on fire.
Lifetime in seconds (lifetime) <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.