UE1:TriggeredDeath (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:12, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
U1 Object >> Actor >> Triggers >> TriggeredDeath
Package:
UnrealShare
This class in other games:

TriggeredDeath. When triggered, kills the player, causing screen flashes and sounds.

Properties

Property group 'TriggeredDeath'

bDestroyItems

Type: bool

destroy any items which may touch it as well

ChangeTime

Type: float


DeathName

Type: name


EndFlashFog

Type: Object.Vector


EndFlashScale

Type: float


FemaleDeathSound

Type: Sound


MaleDeathSound

Type: Sound


StartFlashFog

Type: Object.Vector


StartFlashScale

Type: float


Internal variables

TimePassed

Type: float

Array size: 8


Victim

Type: PlayerPawn

Array size: 8


States

Enabled

Modifiers: auto

Enabled.Tick

event Tick (float DeltaTime)

Overrides: Actor.Tick (global)


Enabled.Touch

event Touch (Actor Other)

Overrides: Actor.Touch (global)


Enabled.KillVictim

function KillVictim (Pawn Victim)