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

UE2:RoundRobin (U2XMP)

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

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

Properties

Property group 'RoundRobin'

bLoop

Type: bool

Whether to loop when get to end.

OutEvents

Type: name

Array size: 16

Events to generate.

Internal variables

i

Type: int


Instance functions

Trigger

function Trigger (Actor Other, Pawn EventInstigator, optional name EventName)

Overrides: Actor.Trigger