My program doesn't have bugs. It just develops random features.

UE2:ACTION_SetAlertness (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2 Object >> ScriptedAction >> ACTION_SetAlertness
Package: 
Legend
This class in other games:
UT2003, UE2Runtime, UT2004

null

Properties[edit]

Property group 'Action'[edit]

Alertness[edit]

Type: EAlertnessType


Default values[edit]

Property Value
ActionString "set alertness"
bValidForTrigger False

Enums[edit]

EAlertnessType[edit]

ALERTNESS_IgnoreAll 
ignore any damage, etc. (even the physics part)
ALERTNESS_IgnoreEnemies 
react normally, but don't try to fight or anything
ALERTNESS_StayOnScript 
stay on script, but fight when possible
ALERTNESS_LeaveScriptForCombat 
leave script when acquire enemy

Instance functions[edit]

GetActionString[edit]

function string GetActionString ()

Overrides: ScriptedAction.GetActionString


InitActionFor[edit]

function bool InitActionFor (ScriptedController C)

Overrides: ScriptedAction.InitActionFor