I'm a doctor, not a mechanic

UE2:RoundRobin (U2)

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

RoundRobin: Each time it's triggered, it advances through a list of outgoing events. OBSOLETE - superceded by ScriptedTrigger

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


Default values[edit]

Property Value
bObsolete True

Events[edit]

Trigger[edit]

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger