Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:RoundRobin (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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