Cogito, ergo sum

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)
Jump to: navigation, search
U1 Object >> Actor >> Triggers >> TriggeredDeath
Package: 
UnrealShare
This class in other games:
RTNP, UT

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

Properties[edit]

Property group 'TriggeredDeath'[edit]

bDestroyItems[edit]

Type: bool

destroy any items which may touch it as well

ChangeTime[edit]

Type: float


DeathName[edit]

Type: name


EndFlashFog[edit]

Type: Object.Vector


EndFlashScale[edit]

Type: float


FemaleDeathSound[edit]

Type: Sound


MaleDeathSound[edit]

Type: Sound


StartFlashFog[edit]

Type: Object.Vector


StartFlashScale[edit]

Type: float


Internal variables[edit]

TimePassed[edit]

Type: float

Array size: 8


Victim[edit]

Type: PlayerPawn

Array size: 8


States[edit]

Enabled[edit]

Modifiers: auto

Enabled.Tick[edit]

event Tick (float DeltaTime)

Overrides: Actor.Tick (global)


Enabled.Touch[edit]

event Touch (Actor Other)

Overrides: Actor.Touch (global)


Enabled.KillVictim[edit]

function KillVictim (Pawn Victim)