Mostly Harmless

UE2:RedirectionTrigger (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 15:43, 5 April 2010 by Wormbo (Talk | contribs) (reworded descriptions to match the actual purpose more closely)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> Actor >> Triggers >> RedirectionTrigger
Package: 
Gameplay
This class in other games:
UE2Runtime, U2, UT2003

Causes an event to be triggered by each alive Pawn in the level. The player actually activating the RedirectionTrigger doesn't matter.

Properties

Property group 'RedirectionTrigger'

RedirectionEvent

Type: name

The name of the event to trigger.

Default values

Property Value
bCollideActors False

Events

Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger

Iterates over all alive Pawns and triggers the RedirectionEvent with each of them as Instigator.