Cogito, ergo sum
Difference between revisions of "UE3:UTDmgType CicadaRocket (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Talk) |
(added descriptions) |
||
Line 7: | Line 7: | ||
| abstract = yes | | abstract = yes | ||
}} | }} | ||
− | + | The damage type for [[liandri:Cicada|Cicada]] rockets. | |
− | + | ||
==Default values== | ==Default values== | ||
Line 49: | Line 48: | ||
'''Overrides:''' {{tl|ScoreKill|UTDamageType}} | '''Overrides:''' {{tl|ScoreKill|UTDamageType}} | ||
− | < | + | Adds the "Top Gun" reward for destroying flying vehicles, i.e. <code>{{tl|bCanFly|Pawn|internal variables}}=True</code>. |
Latest revision as of 00:27, 25 October 2009
Object >> DamageType >> UTDamageType >> UTDmgType_Burning >> UTDmgType_CicadaRocket |
- Package:
- UTGameContent
- This class in other games:
- UDK
The damage type for Cicada rockets.
Default values[edit]
Property | Value |
---|---|
DamageWeaponClass | Class'UTGameContent.UTVWeap_CicadaMissileLauncher' |
DeathStatsName | 'DEATHS_CICADAROCKET' |
DeathString | "`k's blew `o to bits." |
FemaleSuicide | "`o blew herself up good." |
KillStatsName | 'KILLS_CICADAROCKET' |
MaleSuicide | "`o blew himself up good." |
NodeDamageScaling | 0.8 |
SuicideStatsName | 'SUICIDES_CICADAROCKET' |
VehicleMomentumScaling | 2.5 |
Static functions[edit]
ScoreKill[edit]
static function ScoreKill (UTPlayerReplicationInfo KillerPRI, UTPlayerReplicationInfo KilledPRI, Pawn KilledPawn)
Overrides: UTDamageType.ScoreKill
Adds the "Top Gun" reward for destroying flying vehicles, i.e. Pawn.bCanFly=True
.