Env entity igniter: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (template update)
mNo edit summary
Line 1: Line 1:
{{wrongtitle|title=env_entity_igniter}}
{{wrongtitle|title=env_entity_igniter}}
{{base_point}}


==Entity Description==
==Entity Description==
Line 22: Line 23:
==Outputs==
==Outputs==
*{{o Targetname}}
*{{o Targetname}}
[[Category:Entities]]

Revision as of 09:46, 12 April 2008

Template:Wrongtitle Template:Base point

Entity Description

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

Availability

Template:In game Template:Game-base Template:In code

Keyvalues

<target_destination> Name of the entity to catch on fire.
  • lifetime
<float> Duration of flames.

Inputs

  • Ignite
Ignite the target entity.

Outputs