I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:TriggeredDeath (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
- Package:
- UnrealShare
- This class in other games:
- RTNP, UT
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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)