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

ROEngine.ROTeamSayDeadMessage

Extends
ROStringMessage

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.LocalMessage
         |   
         +-- ROEngine.ROStringMessage
            |   
            +-- ROEngine.ROTeamSayDeadMessage

Variables Summary
ColorGermanColor
stringMessagePrefix
ColorRussianColor
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 ROEngine.ROStringMessage
AssembleString
Inherited Functions from Engine.LocalMessage
AssembleString, ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetPos, GetRelatedString, GetString, IsConsoleMessage, RenderComplexMessage


Variables Detail

GermanColor Source code

var Color GermanColor;

MessagePrefix Source code

var localized string MessagePrefix;

RussianColor Source code

var Color RussianColor;


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
{
     GermanColor=(B=130,G=227,R=162,A=255)
     RussianColor=(B=4,G=41,R=251,A=255)
     MessagePrefix="(DEAD) *PLATOON* "
     bComplexString=True
     bBeep=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:52.541 - Created with UnCodeX