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

JBAddonJailCard.JBJailCardMessage

Extends
LocalMessage

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.LocalMessage
         |   
         +-- JBAddonJailCard.JBJailCardMessage

Direct Known Subclasses:

JBJailCardMessageConsole, JBJailCardMessageScreen

Variables Summary
stringJailCardString[9]
ColorYellow
Inherited Variables from Engine.LocalMessage
bBeep, bComplexString, bFadeMessage, bIsConsoleMessage, bIsPartiallyUnique, bIsSpecial, bIsUnique, ChildMessage, DrawColor, DrawPivot, FontSize, Lifetime, PosX, PosY, StackMode
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Enumerations Summary
Inherited Enumerations from Engine.LocalMessage
EStackMode

Functions Summary
functioncolor GetConsoleColor (PlayerReplicationInfo RelatedPRI_1 ))
functionstring GetRelatedString (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 Engine.LocalMessage
AssembleString, ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetPos, GetRelatedString, GetString, IsConsoleMessage, RenderComplexMessage
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

JailCardString[9] Source code

var localized string JailCardString[9];

Yellow Source code

var Color Yellow;


Functions Detail

GetConsoleColor Source code

static function color GetConsoleColor ( PlayerReplicationInfo RelatedPRI_1 ) )

GetRelatedString Source code

static function string GetRelatedString ( 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
{
    
    JailCardString(0)="Get Out Of Jail Free Card!";
    JailCardString(1)=" picked up a Jail Card!";
    JailCardString(2)="You used your Jail Card.";
    JailCardString(3)=" used his Jail Card.";
    JailCardString(4)=" used her Jail Card.";
    JailCardString(5)="Select and use your Jail Card to escape!";
    JailCardString(6)=" dropped his Jail Card!";
    JailCardString(7)=" dropped her Jail Card!";
    JailCardString(8)="You dropped your Jail Card!";


    
    Yellow=(R=255,G=255,B=0,A=255);
    DrawColor=(R=255,G=255,B=0,A=255);
}

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