I'm a doctor, not a mechanic

UE2:ACTION_WaitForEvent (UE2Runtime)

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

null

Properties[edit]

Property group 'Action'[edit]

ExternalEvent[edit]

Type: name

tag to give controller (to affect triggering)

Internal variables[edit]

T[edit]

Type: TriggeredCondition


Default values[edit]

Property Value
ActionString "Wait for external event"

Instance functions[edit]

CompleteWhenTriggered[edit]

function bool CompleteWhenTriggered ()

Overrides: LatentScriptedAction.CompleteWhenTriggered


GetActionString[edit]

function string GetActionString ()

Overrides: ScriptedAction.GetActionString


InitActionFor[edit]

function bool InitActionFor (ScriptedController C)

Overrides: LatentScriptedAction.InitActionFor