Info particle system: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (update)
mNo edit summary
Line 8: Line 8:
*'''start_active'''
*'''start_active'''
:{{boolean}} If set, particle effect starts enabled
:{{boolean}} If set, particle effect starts enabled
*'''cpoint''1-2'''''
*'''cpoint''1-63'''''
:<target_destination> Correspond to points used by the specified effect. Do not use unless otherwise specified.
:<target_destination> Control point used by the specified effect. Do not use unless otherwise specified.
*'''cpoint''1-7'''''
:<target_destination> Control point parents used by the specified effect. Do not use unless otherwise specified.
==Inputs==
==Inputs==
*{{i targetname}}
*{{i targetname}}

Revision as of 23:00, 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