Cogito, ergo sum

UE1:RoundRobin (RTNP)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RTNP Object >> Actor >> Triggers >> RoundRobin
Package: 
Engine
This class in other games:
U1, UT, U2XMP, 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


Events[edit]

Trigger[edit]

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger