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

UTDom.xDomMessage


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
00032
00033
00034
00035
00036
00037
00038
00039
00040
/**
 * Writen by Brian 'Snake' Alexander. Copyright(c) 2007-2010 All Rights Reserved.
 */
Class xDomMessage extends UTLocalMessage;

var(Message) localized String YouControlBothPointsString;
var(Message) localized String EnemyControlsBothPointsString;

static function string GetString(
                                 optional int Switch,
                                 optional bool bPRI1HUD,
                                 optional PlayerReplicationInfo RelatedPRI_1,
                                 optional PlayerReplicationInfo RelatedPRI_2,
                                 optional Object OptionalObject
                                 )
{
   if (Switch == 0)
   {
      return Default.YouControlBothPointsString;
   }
   else if (Switch == 1)
   {
      return Default.EnemyControlsBothPointsString;
   }
   else
   {
      return "";
   }
}

DefaultProperties
{
   Lifetime=3
   MessageArea=0
   bIsUnique=True
   bIsConsoleMessage=False
   DrawColor=(R=255,G=255,B=0,A=255)
   FontSize=1
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Mon 6/9/2010 14:08:46.000 - Creation time: Fri 23/12/2011 20:31:26.713 - Created with UnCodeX