The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:Dispatcher (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U1 Object >> Actor >> Triggers >> Dispatcher

Contents

Package: 
Engine
This class in other games:
RTNP, U2, U2XMP, UE2Runtime, UT

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

[edit] Properties

[edit] Property group 'Dispatcher'

[edit] OutDelays

Type: float

Array size: 8

Relative delays before generating events.

[edit] OutEvents

Type: name

Array size: 8

Events to generate.

[edit] Internal variables

[edit] i

Type: int


[edit] Default values

Property Value
Texture Texture'Engine.S_Dispatcher'

[edit] Events

[edit] Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger


[edit] States

[edit] Dispatch