I'm a doctor, not a mechanic

UE2:LatentScriptedAction (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2003 Object >> ScriptedAction >> LatentScriptedAction

Contents

Package: 
Gameplay
Known direct subclasses:
ACTION_FadeView, ACTION_FinishRotation, ACTION_Freeze, ACTION_MoveToPlayer, ACTION_MoveToPoint, ACTION_TeleportToPoint, ACTION_TurnTowardPlayer, ACTION_WaitForAnimend, ACTION_WaitForEvent, ACTION_WaitForPlayer, ACTION_WaitForTimer
This class in other games:
U2, UE2Runtime, UT2004

null

[edit] Instance functions

[edit] CompleteOnAnim

function bool CompleteOnAnim (int Channel)


[edit] CompleteWhenTimer

function bool CompleteWhenTimer ()


[edit] CompleteWhenTriggered

function bool CompleteWhenTriggered ()


[edit] DisplayDebug

function DisplayDebug (Canvas Canvas, out float YL, out float YPos)


[edit] GetDistance

function float GetDistance ()


[edit] GetMoveTargetFor

function Actor GetMoveTargetFor (ScriptedController C)


[edit] InitActionFor

function bool InitActionFor (ScriptedController C)

Overrides: ScriptedAction.InitActionFor


[edit] MoveToGoal

function bool MoveToGoal ()


[edit] StillTicking

function bool StillTicking (ScriptedController C, float DeltaTime)


[edit] TickedAction

function bool TickedAction ()


[edit] TurnToGoal

function bool TurnToGoal ()


[edit] WaitForPlayer

function bool WaitForPlayer ()


Personal tools