The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:ACTION_PlayAnim (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> ScriptedAction >> ACTION_PlayAnim |
- Package:
- Gameplay
- Direct subclass:
- ACTION_FreezeOnAnimEnd
- This class in other games:
- UE2Runtime, U2, UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties
Property group 'Action'
AnimIterations
Type: byte
AnimRate
Type: float
Default value: 1.0
BaseAnim
Type: name
BlendInTime
Type: float
Default value: 0.2
BlendOutTime
Type: float
Default value: 0.2
bLoopAnim
Type: bool
StartFrame
Type: float
Default values
Property | Value |
---|---|
ActionString | "play animation" |
bValidForTrigger | False |
Instance functions
GetActionString
function string GetActionString ()
Overrides: ScriptedAction.GetActionString
InitActionFor
function bool InitActionFor (ScriptedController C)
Overrides: ScriptedAction.InitActionFor
PawnPlayBaseAnim
SetCurrentAnimationFor
function SetCurrentAnimationFor (ScriptedController C)