Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:RoundRobin (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

Package: 
Legend
This class in other games:
RTNP, U1, U2, UE2Runtime, UT

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] Instance functions

[edit] Trigger

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

Overrides: Actor.Trigger