I'm a doctor, not a mechanic

UE2:Dispatcher (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> Actor >> Triggers >> Dispatcher
Package: 
Legend
This class in other games:
RTNP, U1, UT, U2XMP, UE2Runtime

Dispatcher: receives one trigger (corresponding to its name) as input, then triggers a set of specifid events with optional delays. OBSOLETE - superceded by ScriptedTrigger

Properties

Property group 'Dispatcher'

OutDelays

Type: float

Array size: 32

Relative delays before generating events.

OutEvents

Type: name

Array size: 32

Events to generate.

Internal variables

i

Type: int


Default values

Property Value
bObsolete True
Texture Texture'Legend.S_Dispatcher'

Events

Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger


States

Dispatch

Ignores: Trigger