Info particle system: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
*{{kv angles}}
*{{kv angles}}
*'''effect_name'''
*'''effect_name'''
:<string> Name of the particle effect
:<string> Particle System Name
*'''start_active'''
*'''start_active'''
:{{boolean}} If set, particle effect starts enabled
:{{boolean}} If set, particle effect starts enabled.
*'''cpoint''1-63'''''
*'''cpoint''1-63'''''
:<target_destination> Control point used by the specified effect. Do not use unless otherwise specified.
:<target_destination> If set, control point <code>n</code> of the effect will be at this entity's location.
*'''cpoint''1-7'''''
*'''cpoint''1-7''_parent'''
:<target_destination> Control point parents used by the specified effect. Do not use unless otherwise specified.
:<target_destination> If set and nonzero, control point <code>n</code> of the effect will use this point for its parent.
==Inputs==
==Inputs==
*{{i targetname}}
*{{i targetname}}
*{{i parentname}}
*{{i parentname}}
*'''Start'''
*'''Start'''
:Starts particle effect
:Tell the particle system to start emitting.
*'''Stop'''
*'''Stop'''
:Stops particle effect
:Tell the particle system to stop emitting.
==Outputs==
==Outputs==
*{{o targetname}}
*{{o targetname}}
[[Category:Half-Life 2: Episode Two Entities]]
[[Category:Half-Life 2: Episode Two Entities]]

Revision as of 20:44, 7 November 2007

Template:Wrongtitle

Entity Description

Keyvalues

<string> Particle System Name
  • start_active
<boolean> If set, particle effect starts enabled.
  • cpoint1-63
<target_destination> If set, control point n of the effect will be at this entity's location.
  • cpoint1-7_parent
<target_destination> If set and nonzero, control point n of the effect will use this point for its parent.

Inputs

Tell the particle system to start emitting.
  • Stop
Tell the particle system to stop emitting.

Outputs