The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
Difference between revisions of "UE3:UTDmgType CicadaRocket (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Auto-generated page) |
(added descriptions) |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
| abstract = yes | | abstract = yes | ||
}} | }} | ||
− | + | The damage type for [[liandri:Cicada|Cicada]] rockets. | |
− | + | ||
==Default values== | ==Default values== | ||
Line 22: | Line 21: | ||
|- | |- | ||
| {{tl|DeathString||DamageType}} | | {{tl|DeathString||DamageType}} | ||
− | | "` | + | | "`k's blew `o to bits." |
|- | |- | ||
| {{tl|FemaleSuicide||DamageType}} | | {{tl|FemaleSuicide||DamageType}} | ||
− | | " | + | | "`o blew herself up good." |
|- | |- | ||
| {{tl|KillStatsName||UTDamageType}} | | {{tl|KillStatsName||UTDamageType}} | ||
Line 31: | Line 30: | ||
|- | |- | ||
| {{tl|MaleSuicide||DamageType}} | | {{tl|MaleSuicide||DamageType}} | ||
− | | " | + | | "`o blew himself up good." |
|- | |- | ||
| {{tl|NodeDamageScaling||UTDamageType}} | | {{tl|NodeDamageScaling||UTDamageType}} | ||
− | | 0. | + | | 0.8 |
|- | |- | ||
| {{tl|SuicideStatsName||UTDamageType}} | | {{tl|SuicideStatsName||UTDamageType}} | ||
Line 40: | Line 39: | ||
|- | |- | ||
| {{tl|VehicleMomentumScaling||DamageType}} | | {{tl|VehicleMomentumScaling||DamageType}} | ||
− | | 2. | + | | 2.5 |
|} | |} | ||
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
.