Info particle system: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
==Keyvalues==
==Keyvalues==
*{{kv targetname}}
*{{kv targetname}}
*{{kv parentname}}
*{{kv angles}}
*{{kv angles}}
*'''effect_name'''
*'''effect_name'''
Line 14: Line 15:
==Inputs==
==Inputs==
*{{i targetname}}
*{{i targetname}}
*{{i parentname}}
*'''Start'''
*'''Start'''
:Starts particle effect
:Starts particle effect

Revision as of 23:05, 13 October 2007

Template:Wrongtitle

Entity Description

Keyvalues

<string> Name of the particle effect
  • start_active
<boolean> If set, particle effect starts enabled
  • cpoint1-63
<target_destination> Control point used by the specified effect. Do not use unless otherwise specified.
  • cpoint1-7
<target_destination> Control point parents used by the specified effect. Do not use unless otherwise specified.

Inputs

Starts particle effect
  • Stop
Stops particle effect

Outputs