Info particle system: Difference between revisions
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 | :<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> | :<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> | :<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''' | ||
: | :Tell the particle system to start emitting. | ||
*'''Stop''' | *'''Stop''' | ||
: | :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
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.