I don't need to test my programs. I have an error-correcting modem.

UE1:Dispatcher (UT)

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

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

Properties[edit]

Property group 'Dispatcher'[edit]

OutDelays[edit]

Type: float

Array size: 8

Relative delays before generating events.

OutEvents[edit]

Type: name

Array size: 8

Events to generate.

Internal variables[edit]

i[edit]

Type: int


Default values[edit]

Property Value
Texture Texture'Engine.S_Dispatcher'

Events[edit]

Trigger[edit]

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger


States[edit]

Dispatch[edit]