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

UTGame.UTKillerMessage

Extends
UTWeaponKillMessage

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

Core.Object
|   
+-- Engine.LocalMessage
   |   
   +-- UTGame.UTLocalMessage
      |   
      +-- UTGame.UTWeaponKillMessage
         |   
         +-- UTGame.UTKillerMessage

Variables Summary
Message
stringOtherKilled
stringOtherKilledPrefix
stringOtherKilledTrailer
stringYouKilled
stringYouKilledTrailer
stringYouTeamKilled
stringYouTeamKilledTrailer
Inherited Variables from UTGame.UTLocalMessage
AnnouncementDelay, AnnouncementPriority, AnnouncementVolume, bShowPortrait, MessageArea

Functions Summary
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


Variables Detail

Message

OtherKilled Source code

var(Message) localized string OtherKilled;

OtherKilledPrefix Source code

var(Message) localized string OtherKilledPrefix;

OtherKilledTrailer Source code

var(Message) localized string OtherKilledTrailer;

YouKilled Source code

var(Message) localized string YouKilled;

YouKilledTrailer Source code

var(Message) localized string YouKilledTrailer;

YouTeamKilled Source code

var(Message) localized string YouTeamKilled;

YouTeamKilledTrailer Source code

var(Message) localized string YouTeamKilledTrailer;


Functions Detail

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
{
   YouKilled="You killed"
   YouTeamKilled="You team-killed"
   OtherKilled="killed"
   bIsUnique=True
   FontSize=2
   Name="Default__UTKillerMessage"
   ObjectArchetype=UTWeaponKillMessage'UTGame.Default__UTWeaponKillMessage'
}

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