Cycler: Difference between revisions
Jump to navigation
Jump to search
(→KEYS) |
Hurricaaane (talk | contribs) (Cleaned up, but has to be verified: I might have made errors, this one was long to do.) |
||
Line 1: | Line 1: | ||
==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 with cycle through the model's animations. | ||
== | ==Keyvalues== | ||
* {{kv targetname}} | |||
* {{kv parentname}} | |||
* {{kv angles}} | |||
* {{kv renderfields}} | |||
* '''disableshadows''' | |||
: {{boolean}} | |||
* '''model''' | |||
: <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== | |||
* {{i targetname}} | |||
* {{i parentname}} | |||
*'''SetSequence <string>''' | |||
:Sets the cycler's sequence. | |||
*'''Alpha <integer>''' | |||
:Sets the cycler's alpha value. | |||
==Outputs== | |||
* {{o targetname}} | |||
[[Category:Entities]] |
Revision as of 03:47, 31 October 2005
Entity Description
An entity used to display a model for testing purposes. Shooting it with cycle through the model's animations.
Keyvalues
- disableshadows
- <boolean>
- model
- <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
- SetSequence <string>
- Sets the cycler's sequence.
- Alpha <integer>
- Sets the cycler's alpha value.