I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
Difference between revisions of "UE3:UTDmgType TankShell (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Auto-generated page) |
(Talk) |
||
Line 31: | Line 31: | ||
|- | |- | ||
| {{tl|DeathString||DamageType}} | | {{tl|DeathString||DamageType}} | ||
− | | "` | + | | "`k's tank shell blew `o into flaming bits." |
|- | |- | ||
| {{tl|FemaleSuicide||DamageType}} | | {{tl|FemaleSuicide||DamageType}} | ||
− | | "`o | + | | "`o fired her rocket prematurely." |
+ | |- | ||
+ | | {{tl|GibPerterbation||UTDamageType}} | ||
+ | | 0.15 | ||
|- | |- | ||
| {{tl|KDamageImpulse||DamageType}} | | {{tl|KDamageImpulse||DamageType}} | ||
Line 46: | Line 49: | ||
|- | |- | ||
| {{tl|MaleSuicide||DamageType}} | | {{tl|MaleSuicide||DamageType}} | ||
− | | "`o | + | | "`o fired his rocket prematurely." |
+ | |- | ||
+ | | {{tl|NodeDamageScaling||UTDamageType}} | ||
+ | | 1.25 | ||
|- | |- | ||
| {{tl|SuicideStatsName||UTDamageType}} | | {{tl|SuicideStatsName||UTDamageType}} | ||
| 'SUICIDES_GOLIATHTURRET' | | 'SUICIDES_GOLIATHTURRET' | ||
+ | |- | ||
+ | | {{tl|VehicleMomentumScaling||DamageType}} | ||
+ | | 1.5 | ||
|} | |} | ||
Latest revision as of 07:40, 23 May 2008
Object >> DamageType >> UTDamageType >> UTDmgType_Burning >> UTDmgType_TankShell |
- 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 |
---|---|
AlwaysGibDamageThreshold | 99 |
bKRadialImpulse | True |
bThrowRagdoll | True |
DamageWeaponClass | Class'UTGameContent.UTVWeap_GoliathTurret' |
DeathStatsName | 'DEATHS_GOLIATHTURRET' |
DeathString | "`k's tank shell blew `o into flaming bits." |
FemaleSuicide | "`o fired her rocket prematurely." |
GibPerterbation | 0.15 |
KDamageImpulse | 8000.0 |
KillStatsName | 'KILLS_GOLIATHTURRET' |
KImpulseRadius | 500.0 |
MaleSuicide | "`o fired his rocket prematurely." |
NodeDamageScaling | 1.25 |
SuicideStatsName | 'SUICIDES_GOLIATHTURRET' |
VehicleMomentumScaling | 1.5 |
Static functions[edit]
ScoreKill[edit]
static function ScoreKill (UTPlayerReplicationInfo KillerPRI, UTPlayerReplicationInfo KilledPRI, Pawn KilledPawn)
Overrides: UTDamageType.ScoreKill
SpawnHitEffect[edit]
static function SpawnHitEffect (Pawn P, float Damage, Object.Vector Momentum, name BoneName, Object.Vector HitLocation)
Overrides: UTDmgType_Burning.SpawnHitEffect
SpawnHitEffect() Possibly spawn a custom hit effect
VehicleDamageScalingFor[edit]
Overrides: DamageType.VehicleDamageScalingFor