cycler
Jump to navigation
Jump to search
cycler
is a point entity available in all Source games.
![]() |
---|
CGenericCycler |
![]() |
It is used to display a model for testing purposes. Shooting it will cycle through the model's animations.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Model (model) <model path>
- Model file.
- Sequence (sequence) <integer>
- Default animation sequence for the model to be playing after spawning.
- Skin (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.
- Pitch Yaw Roll (Y Z X) (angles) <QAngle>
- This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
- Render FX (renderfx) <byte choices>
- Various somewhat legacy alpha effects. See render effects.
RenderFields:
- Render Mode (rendermode) <byte choices>
- Set a non-standard rendering mode on this entity.
Render Modes
- Render FX (renderfx) <byte choices>
- Various somewhat legacy alpha effects. See render effects.
- Render Amount / Transparency (renderamt) <byte>
- Transparency amount, requires a Render Mode other than Normal. 0 is invisible, 255 is fully visible.
- Render Color (R G B) (rendercolor) <color255>
- Color tint.
Flags
- Not Solid : [1]
Inputs
- SetSequence <string >
- Sets the cycler's sequence.
RenderFields:
- Alpha <integer 0–255>
- Sets the entity's transparency to a number from 0 (invisible) to 255 (fully visible). Requires the entity to have its
rendermode
set to a number other than0
.
- Color <color255 >
- Sets an RGB color for the entity.
See also
- cycler_actor - Special cycler entity for NPC`s.