I love the smell of UnrealEd crashing in the morning. – tarquin

Difference between revisions of "UE3:UTDmgType ViperSelfDestruct (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
(Talk)
 
Line 27: Line 27:
 
|-
 
|-
 
| {{tl|DeathString||DamageType}}
 
| {{tl|DeathString||DamageType}}
| "`o war zu nah an `ks Viperselbstzerstörer gekommen."
+
| "`o was too close to `k's Viper self destruct."
 
|-
 
|-
 
| {{tl|FemaleSuicide||DamageType}}
 
| {{tl|FemaleSuicide||DamageType}}
| "`o grillte sich mit ihrem eigenen Viperselbstzerstörer."
+
| "`o fried herself with her own Viper self destruct."
 
|-
 
|-
 
| {{tl|KDamageImpulse||DamageType}}
 
| {{tl|KDamageImpulse||DamageType}}
Line 42: Line 42:
 
|-
 
|-
 
| {{tl|MaleSuicide||DamageType}}
 
| {{tl|MaleSuicide||DamageType}}
| "`o grillte sich mit seinem eigenen Viperselbstzerstörer."
+
| "`o fried himself with his own Viper self destruct."
 
|-
 
|-
 
| {{tl|SuicideStatsName||UTDamageType}}
 
| {{tl|SuicideStatsName||UTDamageType}}

Latest revision as of 07:40, 23 May 2008

UT3 Object >> DamageType >> UTDamageType >> UTDmgType_Burning >> UTDmgType_ViperSelfDestruct
Package: 
UTGameContent

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Default values[edit]

Property Value
bDontHurtInstigator True
bKRadialImpulse True
bSelfDestructDamage True
DeathStatsName 'DEATHS_VIPERSELFDESTRUCT'
DeathString "`o was too close to `k's Viper self destruct."
FemaleSuicide "`o fried herself with her own Viper self destruct."
KDamageImpulse 12000.0
KillStatsName 'KILLS_VIPERSELFDESTRUCT'
KImpulseRadius 500.0
MaleSuicide "`o fried himself with his own Viper self destruct."
SuicideStatsName 'SUICIDES_VIPERSELFDESTRUCT'

Static functions[edit]

IncrementKills[edit]

static function int IncrementKills (UTPlayerReplicationInfo KillerPRI)

Overrides: UTDamageType.IncrementKills