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

UTGame.UTVictimMessage

Extends
UTWeaponKillMessage

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

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

Variables Summary
Message
stringKilledByTrailer
stringOrbSuicideString
stringRunOverString
stringSpiderMineString
stringYouWereKilledBy
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

KilledByTrailer Source code

var(Message) localized string KilledByTrailer;

OrbSuicideString Source code

var(Message) localized string OrbSuicideString;

RunOverString Source code

var(Message) localized string RunOverString;

SpiderMineString Source code

var(Message) localized string SpiderMineString;

YouWereKilledBy Source code

var(Message) localized string YouWereKilledBy;


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
{
   YouWereKilledBy="You were killed by"
   KilledByTrailer="!"
   OrbSuicideString="You decided to be a hero."
   RunOverString="(Hit and Run)"
   SpiderMineString="(Spider Mine)"
   bIsUnique=True
   Lifetime=6.000000
   DrawColor=(B=0,G=0,R=255,A=255)
   FontSize=2
   Name="Default__UTVictimMessage"
   ObjectArchetype=UTWeaponKillMessage'UTGame.Default__UTWeaponKillMessage'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 26/11/2007 17:41:37.890 - Created with UnCodeX