Env effectscript: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Didn't add much. Removed stub because together with the other article, what more could really be added?)
mNo edit summary
Line 1: Line 1:
{{wrongtitle|title=env_effectscript}}
{{wrongtitle|title=env_effectscript}}
{{base_point}}


==Entity Description==
==Entity Description==
An entity that allows you to script special visual effects via a script file.
An entity that allows you to script special visual effects via a script file.
===See also===
* [[Creating an Effectscript model]]


==Keyvalues==
==Keyvalues==
Line 22: Line 26:
==Outputs==
==Outputs==
*{{o targetname}}
*{{o targetname}}
==See also==
* [[Creating an Effectscript model]]
[[Category:Entities]]

Revision as of 09:40, 12 April 2008

Template:Wrongtitle Template:Base point

Entity Description

An entity that allows you to script special visual effects via a script file.

See also

Keyvalues

<studio> Script Model - Model to use for animation sequences. Defaulted to models/Effects/teleporttrail.mdl.
  • scriptfile
<string> Script File - Name of the script to use for this model. Defaulted to scripts/effects/testeffect.txt.

Inputs

Sets the script model's sequence, starting the effect.

Outputs