Cogito, ergo sum

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[edit]

Property group 'RoundRobin'[edit]

bLoop[edit]

Type: bool

Whether to loop when get to end.

OutEvents[edit]

Type: name

Array size: 16

Events to generate.

Internal variables[edit]

i[edit]

Type: int


Instance functions[edit]

Trigger[edit]

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

Overrides: Actor.Trigger