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

UTGame.UTVehicleKillMessage

Extends
UTLocalMessage

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

Core.Object
|   
+-- Engine.LocalMessage
   |   
   +-- UTGame.UTLocalMessage
      |   
      +-- UTGame.UTVehicleKillMessage

Variables Summary
SoundNodeWaveKillSounds[8]
stringKillString[8]
Inherited Variables from UTGame.UTLocalMessage
AnnouncementDelay, AnnouncementPriority, AnnouncementVolume, bShowPortrait, MessageArea
Inherited Variables from Engine.LocalMessage
bBeep, bCountInstances, bIsConsoleMessage, bIsPartiallyUnique, bIsSpecial, bIsUnique, DrawColor, FontSize, Lifetime, PosY

Functions Summary
functionSoundNodeWave AnnouncementSound (int MessageIndex, Object OptionalObject, PlayerController PC))
function ClientReceive (PlayerController P, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
functionstring GetString (optional int Switch, optional bool bPRI1HUD, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
Inherited Functions from UTGame.UTLocalMessage
AddAnnouncement, AnnouncementLevel, AnnouncementSound, GetPos, KilledByVictoryMessage, ShouldBeRemoved
Inherited Functions from Engine.LocalMessage
ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetPos, GetString, IsConsoleMessage, IsKeyObjectiveMessage, PartiallyDuplicates


Variables Detail

KillSounds[8] Source code

var SoundNodeWave KillSounds[8];

KillString[8] Source code

var localized string KillString[8];


Functions Detail

AnnouncementSound Source code

static function SoundNodeWave AnnouncementSound ( int MessageIndex, Object OptionalObject, PlayerController PC) )

ClientReceive Source code

static simulated function ClientReceive ( PlayerController P, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ) )

GetString Source code

static function string GetString ( optional int Switch, optional bool bPRI1HUD, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ) )


Defaultproperties

defaultproperties
{
   KillString(0)="Road Kill!"
   KillString(1)="Hit and Run!"
   KillString(2)="Road Rage!"
   KillString(3)="Vehicular Manslaughter!"
   KillString(4)="Pancake!"
   KillString(5)="Eagle Eye!"
   KillString(6)="Top Gun!"
   KillString(7)="Road Rampage!"
   KillSounds(0)=SoundNodeWave'A_Announcer_Reward.Rewards.A_RewardAnnouncer_Roadkill'
   KillSounds(1)=SoundNodeWave'A_Announcer_Reward.Rewards.A_RewardAnnouncer_HitAndRun'
   KillSounds(2)=SoundNodeWave'A_Announcer_Reward.Rewards.A_RewardAnnouncer_RoadRage'
   KillSounds(3)=SoundNodeWave'A_Announcer_Reward.Rewards.A_RewardAnnouncer_VehicularManslaughter'
   KillSounds(4)=SoundNodeWave'A_Announcer_Reward.Rewards.A_RewardAnnouncer_Pancake'
   KillSounds(5)=SoundNodeWave'A_Announcer_Reward.Rewards.A_RewardAnnouncer_EagleEye'
   KillSounds(6)=SoundNodeWave'A_Announcer_Reward.Rewards.A_RewardAnnouncer_TopGun'
   KillSounds(7)=SoundNodeWave'A_Announcer_Reward.Rewards.A_RewardAnnouncer_RoadRampage'
   MessageArea=3
   AnnouncementPriority=10
   bIsUnique=True
   DrawColor=(B=0,G=0,R=255,A=255)
   FontSize=2
   Name="Default__UTVehicleKillMessage"
   ObjectArchetype=UTLocalMessage'UTGame.Default__UTLocalMessage'
}

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