Cycler: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Templated the disable shadows keyvalue.)
mNo edit summary
Line 1: Line 1:
==Entity Description==
==Entity Description==
An entity used to display a model for testing purposes. Shooting it with cycle through the model's animations.
An entity used to display a model for testing purposes. Shooting it will cycle through the model's animations.


==Keyvalues==
==Keyvalues==

Revision as of 09:09, 20 February 2007

Entity Description

An entity used to display a model for testing purposes. Shooting it will cycle through the model's animations.

Keyvalues

<studio>
  • skin
<integer> Some models have multiple versions of their textures, called skins. Set this to a number other than 0 to use that skin instead of the default.
  • sequence
<integer> Default animation sequence for the model to be playing after spawning.

Flags

  • 1 : Not Solid

Inputs

Sets the cycler's sequence.
  • Alpha <integer>
Sets the cycler's alpha value.

Outputs