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

UnrealGame.SayMessagePlus

Extends
StringMessagePlus

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.LocalMessage
         |   
         +-- UnrealGame.StringMessagePlus
            |   
            +-- UnrealGame.SayMessagePlus

Variables Summary
colorBlueTeamColor
colorRedTeamColor
Inherited Variables from Engine.LocalMessage
bBeep, bComplexString, bFadeMessage, bIsConsoleMessage, bIsPartiallyUnique, bIsSpecial, bIsUnique, ChildMessage, DrawColor, DrawPivot, FontSize, Lifetime, PosX, PosY, StackMode

Enumerations Summary
Inherited Enumerations from Engine.LocalMessage
EStackMode

Functions Summary
functionstring AssembleString (HUD myHUD, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional String MessageString ))
functioncolor GetConsoleColor (PlayerReplicationInfo RelatedPRI_1 ))
function RenderComplexMessage (Canvas Canvas, out float XL, out float YL, optional string MessageString, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
Inherited Functions from UnrealGame.StringMessagePlus
AssembleString
Inherited Functions from Engine.LocalMessage
AssembleString, ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetPos, GetRelatedString, GetString, IsConsoleMessage, RenderComplexMessage


Variables Detail

BlueTeamColor Source code

var color BlueTeamColor;

RedTeamColor Source code

var color RedTeamColor;


Functions Detail

AssembleString Source code

static function string AssembleString ( HUD myHUD, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional String MessageString ) )

GetConsoleColor Source code

static function color GetConsoleColor ( PlayerReplicationInfo RelatedPRI_1 ) )

RenderComplexMessage Source code

static function RenderComplexMessage ( Canvas Canvas, out float XL, out float YL, optional string MessageString, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ) )


Defaultproperties

defaultproperties
{
	bBeep=true
	
	DrawColor=(R=255,G=255,B=0,A=255)
	RedTeamColor=(R=255,G=64,B=64,A=255)
	BlueTeamColor=(R=64,G=192,B=255,A=255)
	LifeTime=6
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:21.082 - Created with UnCodeX