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
(Auto-generated page) |
(Talk) |
||
Line 27: | Line 27: | ||
|- | |- | ||
| {{tl|DeathString||DamageType}} | | {{tl|DeathString||DamageType}} | ||
− | | "`o | + | | "`o was too close to `k's Viper self destruct." |
|- | |- | ||
| {{tl|FemaleSuicide||DamageType}} | | {{tl|FemaleSuicide||DamageType}} | ||
− | | "`o | + | | "`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 | + | | "`o fried himself with his own Viper self destruct." |
|- | |- | ||
| {{tl|SuicideStatsName||UTDamageType}} | | {{tl|SuicideStatsName||UTDamageType}} |
Latest revision as of 07:40, 23 May 2008
Object >> DamageType >> UTDamageType >> UTDmgType_Burning >> UTDmgType_ViperSelfDestruct |
- Package:
- UTGameContent
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. |
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