Always snap to grid

UE2:RoundRobin (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:10, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UE2Runtime Object >> Actor >> Triggers >> RoundRobin

Contents

Package: 
Gameplay
This class in other games:
RTNP, U1, U2, U2XMP, UT

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

[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] Default values

Property Value
bObsolete True

[edit] Events

[edit] Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger