Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Gameplay.ACTION_TurnTowardPlayer

Extends
LatentScriptedAction

Core.Object
|   
+-- Gameplay.ScriptedAction
   |   
   +-- Gameplay.LatentScriptedAction
      |   
      +-- Gameplay.ACTION_TurnTowardPlayer

Variables Summary
Inherited Variables from Gameplay.ScriptedAction
ActionString, bValidForTrigger

Functions Summary
functionActor GetMoveTargetFor (ScriptedController C)
functionbool InitActionFor (ScriptedController C)
functionbool TurnToGoal ()
Inherited Functions from Gameplay.LatentScriptedAction
CompleteOnAnim, CompleteOnLIPSincAnim, CompleteWhenTimer, CompleteWhenTriggered, DisplayDebug, GetDistance, GetMoveTargetFor, InitActionFor, MoveToGoal, StillTicking, TickedAction, TurnToGoal, WaitForPlayer
Inherited Functions from Gameplay.ScriptedAction
ActionCompleted, EndsSection, GetActionString, GetScript, InitActionFor, PostBeginPlay, ProceedToNextAction, ProceedToSectionEnd, Reset, StartsSection


Functions Detail

GetMoveTargetFor Source code

function Actor GetMoveTargetFor ( ScriptedController C )

InitActionFor Source code

function bool InitActionFor ( ScriptedController C )

TurnToGoal Source code

function bool TurnToGoal ( )


Defaultproperties

defaultproperties
{
     ActionString="Turn toward player"
     bValidForTrigger=False
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:15:49.343 - Created with UnCodeX