I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

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

Property group 'Action'

ExternalEvent

Type: name

tag to give controller (to affect triggering)

Internal variables

T

Type: TriggeredCondition


Default values

Property Value
ActionString "Wait for external event"

Instance functions

CompleteWhenTriggered

function bool CompleteWhenTriggered ()

Overrides: LatentScriptedAction.CompleteWhenTriggered


GetActionString

function string GetActionString ()

Overrides: ScriptedAction.GetActionString


InitActionFor

function bool InitActionFor (ScriptedController C)

Overrides: LatentScriptedAction.InitActionFor