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

ROEngine.ROLastObjectiveMsg

Extends
ROCriticalMessage

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

Variables Summary
Messages
stringAboutToLose
stringAboutToWin
Inherited Variables from ROEngine.ROCriticalMessage
altIconID, bQuickFade, errorIconID, iconID, iconTexture, maxMessagesOnScreen, maxMessageWidth, quickFadeTime, TextAlpha, timePerCharacter

Functions Summary
functionint getIconID (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject))
functionstring GetString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
Inherited Functions from ROEngine.ROCriticalMessage
getIconID, RenderComplexMessageExtra
Inherited Functions from ROEngine.ROStringMessage
AssembleString


Variables Detail

Messages

AboutToLose Source code

var(Messages) localized string AboutToLose;

AboutToWin Source code

var(Messages) localized string AboutToWin;


Functions Detail

getIconID Source code

static function int getIconID ( optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject) )

GetString Source code

static function string GetString ( optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ) )


Defaultproperties

defaultproperties
{
     AboutToWin="Last objective -- we have almost won the battle!"
     AboutToLose="Last objective -- we have almost lost the battle!"
     iconID=12
     altIconID=13
}

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