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

UE1:RoundRobin (UT)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT Object >> Actor >> Triggers >> RoundRobin

Contents

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

RoundRobin: Each time it's triggered, it advances through a list of outgoing events.

[edit] Properties

[edit] Property group 'RoundRobin'

[edit] bLoop

Type: bool

Whether to loop when get to end.

[edit] OutEvents

Type: name

Array size: 16

Events to generate.

[edit] Internal variables

[edit] i

Type: int


[edit] Events

[edit] Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger