Env entity igniter: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(semi-automated cleanup)
Line 9: Line 9:


==Keyvalues==
==Keyvalues==
*{{kv Targetname}}
*{{kv targetname}}
*'''target'''
*'''target'''
:<target_destination> Name of the entity to catch on fire. Default:
:<target_destination> Name of the entity to catch on fire.
*'''lifetime'''
*'''lifetime'''
:<float> Duration of flames. Default: 10
:<float> Duration of flames.


==Inputs==
==Inputs==

Revision as of 13:09, 8 October 2005

Template:Wrongtitle

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