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 RaptorBolt (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Auto-generated page) |
(Talk) |
||
Line 27: | Line 27: | ||
|- | |- | ||
| {{tl|DeathString||DamageType}} | | {{tl|DeathString||DamageType}} | ||
− | | "` | + | | "`k's Raptor filled `o with plasma." |
|- | |- | ||
| {{tl|FemaleSuicide||DamageType}} | | {{tl|FemaleSuicide||DamageType}} | ||
− | | "`o | + | | "`o fried herself with her own plasma blast." |
|- | |- | ||
| {{tl|KDamageImpulse||DamageType}} | | {{tl|KDamageImpulse||DamageType}} | ||
Line 39: | Line 39: | ||
|- | |- | ||
| {{tl|MaleSuicide||DamageType}} | | {{tl|MaleSuicide||DamageType}} | ||
− | | "`o | + | | "`o fried himself with his own plasma blast." |
|- | |- | ||
| {{tl|SuicideStatsName||UTDamageType}} | | {{tl|SuicideStatsName||UTDamageType}} |
Latest revision as of 07:40, 23 May 2008
Object >> DamageType >> UTDamageType >> UTDmgType_RaptorBolt |
- 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 |
---|---|
bCausesBlood | False |
DamageWeaponClass | Class'UTGameContent.UTVWeap_RaptorGun' |
DamageWeaponFireMode | 2 |
DeathStatsName | 'DEATHS_RAPTORGUN' |
DeathString | "`k's Raptor filled `o with plasma." |
FemaleSuicide | "`o fried herself with her own plasma blast." |
KDamageImpulse | 1000.0 |
KillStatsName | 'KILLS_RAPTORGUN' |
MaleSuicide | "`o fried himself with his own plasma blast." |
SuicideStatsName | 'SUICIDES_RAPTORGUN' |
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: UTDamageType.SpawnHitEffect
SpawnHitEffect() Possibly spawn a custom hit effect