Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGameContent.UTDmgType_RaptorBolt

Extends
UTDamageType
Modifiers
abstract

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.DamageType
   |   
   +-- UTGame.UTDamageType
      |   
      +-- UTGameContent.UTDmgType_RaptorBolt

Variables Summary
Inherited Variables from UTGame.UTDamageType
AlwaysGibDamageThreshold, bAnimateHipsForDeathAnim, bBulletHit, bCauseConvulsions, bComplainFriendlyFire, bDestroysBarricades, bDirectDamage, bHeadGibCamera, bLeaveBodyEffect, bOverrideHitEffectColor, bSelfDestructDamage, bSeversHead, bSpecialDeathCamera, bThrowRagdoll, bUseDamageBasedDeathEffects, bUseTearOffMomentum, bVehicleHit, CustomTauntIndex, DamageBodyMatColor, DamageCameraAnim, DamageOverlayTime, DamageWeaponClass, DamageWeaponFireMode, DeathAnim, DeathAnimRate, DeathCameraEffectInstigator, DeathCameraEffectVictim, DeathOverlayTime, DeathStatsName, GibPerterbation, GibThreshold, GibTrail, HeroPointsMultiplier, HitEffectColor, KillStatsName, MinAccumulateDamageThreshold, MotorDecayTime, NodeDamageScaling, PhysicsTakeHitMomentumThreshold, RewardAnnouncementClass, RewardAnnouncementSwitch, RewardCount, RewardEvent, StopAnimAfterDamageInterval, SuicideStatsName
Inherited Variables from Engine.DamageType
bAlwaysGibs, bArmorStops, bCausedByWorld, bCausesBlood, bCausesBloodSplatterDecals, bDontHurtInstigator, bExtraMomentumZ, bIgnoreDriverDamageMult, bKRadialImpulse, bKUseOwnDeathVel, bLocationalHit, bNeverGibs, bRadialDamageVelChange, DamagedFFWaveform, DeathString, FemaleSuicide, GibModifier, KDamageImpulse, KDeathUpKick, KDeathVel, KilledFFWaveform, KImpulseRadius, MaleSuicide, RadialDamageImpulse, VehicleDamageScaling, VehicleMomentumScaling

Functions Summary
function ScoreKill (UTPlayerReplicationInfo KillerPRI, UTPlayerReplicationInfo KilledPRI, Pawn KilledPawn))
function SpawnHitEffect (Pawn P, float Damage, vector Momentum, name BoneName, vector HitLocation))
Inherited Functions from UTGame.UTDamageType
BoneBreaker, CalcDeathCamera, CreateDeathGoreChunks, CreateDeathSkeleton, DoCustomDamageEffects, DrawKillIcon, GetDeathCameraEffectInstigator, GetDeathCameraEffectVictim, GetHitEffectDuration, GetStatsName, IncrementDeaths, IncrementKills, IncrementSuicides, PawnTornOff, ScoreKill, ShouldGib, SpawnExtraGibEffects, SpawnGibEffects, SpawnHitEffect
Inherited Functions from Engine.DamageType
DeathMessage, SuicideMessage, VehicleDamageScalingFor


Functions Detail

ScoreKill Source code

static function ScoreKill ( UTPlayerReplicationInfo KillerPRI, UTPlayerReplicationInfo KilledPRI, Pawn KilledPawn) )

SpawnHitEffect Source code

static function SpawnHitEffect ( Pawn P, float Damage, vector Momentum, name BoneName, vector HitLocation) )
SpawnHitEffect() Possibly spawn a custom hit effect


Defaultproperties

defaultproperties
{
   DamageWeaponClass=Class'UTGameContent.UTVWeap_RaptorGun'
   DamageWeaponFireMode=2
   KillStatsName="KILLS_RAPTORGUN"
   DeathStatsName="DEATHS_RAPTORGUN"
   SuicideStatsName="SUICIDES_RAPTORGUN"
   DeathString="`k's Raptor filled `o with plasma."
   FemaleSuicide="`o fried herself with her own plasma blast."
   MaleSuicide="`o fried himself with his own plasma blast."
   bCausesBlood=False
   KDamageImpulse=1000.000000
   Name="Default__UTDmgType_RaptorBolt"
   ObjectArchetype=UTDamageType'UTGame.Default__UTDamageType'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:50.766 - Created with UnCodeX