This article's documentation is for anything that uses the Source engine. Click here for more information.

Cycler actor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
(-added class hierarchy, kept fgd keyvals, cleanup, see also)
Line 1: Line 1:
{{lang|Cycler actor}}
{{lang|Cycler actor}}
{{Ent not in fgd}}
{{Ent not in fgd}}
{{CD|CFlextalkActor|file1=genericactor.cpp}}
{{this is a|point entity|name=cycler_actor|except=Left 4 Dead series}} It is used to display a model for testing purposes. Shooting it will cycle through the model's animations. This version of the {{ent|cycler}} entity is used for NPC's.
{{this is a|point entity|name=cycler_actor|except=Left 4 Dead series}} It is used to display a model for testing purposes. Shooting it will cycle through the model's animations. This version of the {{ent|cycler}} entity is used for NPC's.
{{code class|CFlextalkActor|genericactor.cpp}}
==Flags==
{{Fl BaseNPC}}


==Keyvalues==
==Keyvalues==
{{KV|Sentence Group|string|}}
{{KV Targetname}}
{{KV GenericActor}}
{{KV|Model|intn=model|studio|Model}}
{{KV AI_BaseActor}}
{{KV|Sentence Group|intn=Sentence|string|{{todo}}}}
{{KV CAI_BaseNPC}}
{{KV BaseCombatCharacter}}
{{KV BaseAnimating}}
{{KV BaseEntity|css=1}}


==Inputs==
==Inputs==
{{I AI_BaseActor}}
{{IO|Alpha|param=integer|Set Alpha Value}}
{{I CAI_BaseNPC}}
{{I BaseCombatCharacter}}
{{I BaseAnimating|portal2=1}}
{{I BaseEntity|prel4d=1}}


==Outputs==
== See Also ==
{{O CAI_BaseNPC}}
* {{ent|cycler}}
{{O BaseAnimating|portal2=1}}
* {{ent|cycler_blender}}
{{O BaseEntity}}
* {{ent|cycler_flex}}
* {{ent|cycler_weapon}}
* {{ent|cycler_wreckage}}

Revision as of 10:09, 2 July 2024

English (en)Translate (Translate)
Icon-NotInFGD.png
This entity is not in the Counter-Strike: SourceDay of Defeat: SourceTeam Fortress 2Counter-Strike: Global Offensive FGD by default.
See below for instructions on making it available.
C++ Class hierarchy
CFlextalkActor
CGenericActor
CAI_BaseActor
CAI_ExpresserHost
CAI_BaseHumanoid
CAI_BaseHumanoidBase
CAI_BaseNPC
CBaseCombatCharacter
CBaseFlex
CBaseAnimatingOverlay
CBaseAnimating
CBaseEntity
C++ genericactor.cpp

cycler_actor is a point entity available in all Source Source games except Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series. It is used to display a model for testing purposes. Shooting it will cycle through the model's animations. This version of the cycler entity is used for NPC's.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
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
Sentence Group (Sentence) <string>
[Todo]

Inputs

Alpha <integerRedirectInput/integer>
Set Alpha Value

See Also