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

JBAddonJailCard.JBJailCardMessageScreen

Extends
JBJailCardMessage

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

Variables Summary
intFontSizeLarge
intFontSizeSmall
soundJailCardSounds[2]
Inherited Variables from JBAddonJailCard.JBJailCardMessage
JailCardString[9], Yellow
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
function ClientReceive (PlayerController P, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
functionint GetFontSize (int Switch, PlayerReplicationInfo PlayerReplicationInfo1, PlayerReplicationInfo PlayerReplicationInfo2, PlayerReplicationInfo PlayerReplicationInfoLocal))
Inherited Functions from JBAddonJailCard.JBJailCardMessage
GetConsoleColor, GetRelatedString, GetString
Inherited Functions from Engine.LocalMessage
AssembleString, ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetPos, GetRelatedString, GetString, IsConsoleMessage, RenderComplexMessage


Variables Detail

FontSizeLarge Source code

var int FontSizeLarge;

FontSizeSmall Source code

var int FontSizeSmall;

JailCardSounds[2] Source code

var sound JailCardSounds[2];


Functions Detail

ClientReceive Source code

static simulated function ClientReceive ( PlayerController P, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ) )

GetFontSize Source code

static function int GetFontSize ( int Switch, PlayerReplicationInfo PlayerReplicationInfo1, PlayerReplicationInfo PlayerReplicationInfo2, PlayerReplicationInfo PlayerReplicationInfoLocal) )


Defaultproperties

defaultproperties
{
    bFadeMessage=True;
    bIsSpecial=True;
    bIsUnique=True;
    Lifetime=3;
    bBeep=False;


    FontSizeLarge=1;
    FontSizeSmall=0;


    StackMode=SM_Down;
    PosY=0.242;


    
    JailCardSounds(0)=sound'JBAddonJailCard.Pickup_JailCard';
    JailCardSounds(1)=sound'JBAddonJailCard.Pickup_JailCard'; 
}

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