UE2:RedirectionTrigger (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 14: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)
UT2004 Object >> Actor >> Triggers >> RedirectionTrigger
Package:
Gameplay
This class in other games:

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.