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

UTGameContent.UTDmgType_ViperSelfDestruct


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
/**
 * Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
 */
class UTDmgType_ViperSelfDestruct extends UTDmgType_Burning;

static function int IncrementKills(UTPlayerReplicationInfo KillerPRI)
{
	if ( UTPlayerController(KillerPRI.Owner) != None )
	{
		UTPlayerController(KillerPRI.Owner).BullseyeMessage();
	}
	return super.IncrementKills(KillerPRI);
}

defaultproperties
{
   bSelfDestructDamage=True
   KillStatsName="KILLS_VIPERSELFDESTRUCT"
   DeathStatsName="DEATHS_VIPERSELFDESTRUCT"
   SuicideStatsName="SUICIDES_VIPERSELFDESTRUCT"
   DeathString="`o was too close to `k's Viper self destruct."
   FemaleSuicide="`o fried herself with her own Viper self destruct."
   MaleSuicide="`o fried himself with his own Viper self destruct."
   bDontHurtInstigator=True
   bKRadialImpulse=True
   KDamageImpulse=12000.000000
   KImpulseRadius=500.000000
   Name="Default__UTDmgType_ViperSelfDestruct"
   ObjectArchetype=UTDmgType_Burning'UTGame.Default__UTDmgType_Burning'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: tr 31-1-2018 17:18:56.000 - Creation time: sk 18-3-2018 10:01:20.315 - Created with UnCodeX