Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:ACTION_PlayAnim (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> ScriptedAction >> ACTION_PlayAnim
Package: 
Gameplay
Direct subclass:
ACTION_FreezeOnAnimEnd
This class in other games:
UT2003, U2, UT2004

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

function bool PawnPlayBaseAnim (ScriptedController C, bool bFirstPlay)


SetCurrentAnimationFor

function SetCurrentAnimationFor (ScriptedController C)