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

UTGame.UTSPMAMessage

Extends
UTLocalMessage

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

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

Variables Summary
array<string>MessageText
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
functionfloat GetLifeTime (int Switch))
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

MessageText Source code

var localized array<string> MessageText;


Functions Detail

GetLifeTime Source code

static function float GetLifeTime ( int Switch) )

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
{
   MessageText(0)="Cannot deploy while moving."
   MessageText(1)="Press [FIRE] to Grapple."
   MessageText(2)="Must be deployed."
   MessageText(3)="Cannot deploy while wheels are unstable."
   MessageText(4)="Press [FIRE] to deploy camera."
   MessageArea=2
   bIsPartiallyUnique=True
   DrawColor=(B=128,G=255,R=255,A=255)
   FontSize=2
   Name="Default__UTSPMAMessage"
   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:00:57.658 - Created with UnCodeX