I don't need to test my programs. I have an error-correcting modem.

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

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
(added descriptions)
 
Line 7: Line 7:
 
| abstract = yes
 
| abstract = yes
 
}}
 
}}
{{autogenerated}}
+
The damage type for [[liandri:Cicada|Cicada]] rockets.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
+
  
 
==Default values==
 
==Default values==
Line 49: Line 48:
 
'''Overrides:''' {{tl|ScoreKill|UTDamageType}}
 
'''Overrides:''' {{tl|ScoreKill|UTDamageType}}
  
<!-- enter function description -->
+
Adds the "Top Gun" reward for destroying flying vehicles, i.e. <code>{{tl|bCanFly|Pawn|internal variables}}=True</code>.

Latest revision as of 01:27, 25 October 2009

UT3 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.