The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:ACTION_TurnTowardPlayer (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> ScriptedAction >> LatentScriptedAction >> ACTION_TurnTowardPlayer |
Contents |
- Package:
- Gameplay
- This class in other games:
- U2, UE2Runtime, UT2003
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
[edit] Default values
| Property | Value |
|---|---|
| ActionString | "Turn toward player" |
| bValidForTrigger | False |
[edit] Instance functions
[edit] GetMoveTargetFor
function Actor GetMoveTargetFor (ScriptedController C)
Overrides: LatentScriptedAction.GetMoveTargetFor
[edit] InitActionFor
function bool InitActionFor (ScriptedController C)
Overrides: LatentScriptedAction.InitActionFor
[edit] TurnToGoal
function bool TurnToGoal ()
Overrides: LatentScriptedAction.TurnToGoal
