Env particlescript: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (revert)
Line 1: Line 1:
vielde
{{wrongtitle|title=env_particlescript}}
{{wrongtitle|title=env_particlescript}}


==Entity Description==
== Entity description ==
An entity that has special animation events that can be fired by a model with an animation inside its .qc designed for use by this entity.
An entity that has special animation events that can be fired by a model with an animation inside its .qc designed for use by this entity.


==Keyvalues==
== Keyvalues ==
 
* {{kv targetname}}
* {{kv targetname}}


Line 16: Line 14:
: <studio> Model to use for animation sequences.
: <studio> Model to use for animation sequences.


==Inputs==
== Inputs ==
 
* {{i targetname}}
* {{i targetname}}


Line 25: Line 22:
:Sets the script model's sequence.
:Sets the script model's sequence.


==Outputs==
== Outputs ==
 
* {{o targetname}}
* {{o targetname}}


[[Category:Entities]]
[[Category:Entities]]

Revision as of 21:54, 9 October 2007

Template:Wrongtitle

Entity description

An entity that has special animation events that can be fired by a model with an animation inside its .qc designed for use by this entity.

Keyvalues

  • model
<studio> Model to use for animation sequences.

Inputs

  • SetSequence <string>
Sets the script model's sequence.

Outputs