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

Jailbreak.JBLocalMessageScreen

Extends
JBLocalMessage
Modifiers
notplaceable

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.LocalMessage
         |   
         +-- Jailbreak.JBLocalMessage
            |   
            +-- Jailbreak.JBLocalMessageScreen

Direct Known Subclasses:

JBLocalMessageCelebration

Variables Summary
ColorColorTextArena
ColorColorTextKeyboard
ColorColorTextLastMan
ColorColorTextTeam
intFontSizeArena
intFontSizeKeyboard
intFontSizeLastMan
intFontSizeTeam
intLifetimeArena
intLifetimeKeyboard
intLifetimeLastMan
intLifetimeTeam
floatPosYArena
floatPosYKeyboardArena
floatPosYKeyboardCamera
floatPosYLastMan
floatPosYTeam
Inherited Variables from Jailbreak.JBLocalMessage
ClassLocalMessageConsole, ClassLocalMessageConsoleOneSecond, ClassLocalMessageScreen, TextArenaCancelCombatant, TextArenaCancelOther, TextArenaCountdown[3], TextArenaEndLoser, TextArenaEndOther, TextArenaEndWinner, TextArenaStartCombatant, TextArenaStartOther, TextArenaTieCombatant, TextArenaTieOther, TextDisallowedEscape, TextKeyboardArena, TextKeyboardArenaBound, TextKeyboardArenaUnbound, TextKeyboardCamera, TextKeyboardCameraBound, TextKeyboardCameraUnbound, TextLastMan, TextLastManCantRelease, TextTeamCaptured[2], TextTeamReleasedBy[2], TextTeamReleasedNobody, TextTeamReleased[2], TextTeamReleaseJammed, TextTeamStalemate
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 PlayerController, optional int Switch, optional PlayerReplicationInfo PlayerReplicationInfo1, optional PlayerReplicationInfo PlayerReplicationInfo2, optional Object ObjectOptional))
functionColor GetColor (optional int Switch, optional PlayerReplicationInfo PlayerReplicationInfo1, optional PlayerReplicationInfo PlayerReplicationInfo2))
functionint GetFontSize (int Switch, PlayerReplicationInfo PlayerReplicationInfo1, PlayerReplicationInfo PlayerReplicationInfo2, PlayerReplicationInfo PlayerReplicationInfoLocal))
functionfloat GetLifeTime (int Switch))
function GetPos (int Switch, out EDrawPivot OutDrawPivot, out EStackMode OutStackMode, out float OutPosX, out float OutPosY))
Inherited Functions from Jailbreak.JBLocalMessage
ClientReceive, GetString, IsLocalPlayer, PlaySpeech, ReplaceTextArena, ReplaceTextPlayer, StaticReplaceText
Inherited Functions from Engine.LocalMessage
AssembleString, ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetPos, GetRelatedString, GetString, IsConsoleMessage, RenderComplexMessage


Variables Detail

ColorTextArena Source code

var Color ColorTextArena;

ColorTextKeyboard Source code

var Color ColorTextKeyboard;

ColorTextLastMan Source code

var Color ColorTextLastMan;

ColorTextTeam Source code

var Color ColorTextTeam;

FontSizeArena Source code

var int FontSizeArena;

FontSizeKeyboard Source code

var int FontSizeKeyboard;

FontSizeLastMan Source code

var int FontSizeLastMan;

FontSizeTeam Source code

var int FontSizeTeam;

LifetimeArena Source code

var int LifetimeArena;

LifetimeKeyboard Source code

var int LifetimeKeyboard;

LifetimeLastMan Source code

var int LifetimeLastMan;

LifetimeTeam Source code

var int LifetimeTeam;

PosYArena Source code

var float PosYArena;

PosYKeyboardArena Source code

var float PosYKeyboardArena;

PosYKeyboardCamera Source code

var float PosYKeyboardCamera;

PosYLastMan Source code

var float PosYLastMan;

PosYTeam Source code

var float PosYTeam;


Functions Detail

ClientReceive Source code

static function ClientReceive ( PlayerController PlayerController, optional int Switch, optional PlayerReplicationInfo PlayerReplicationInfo1, optional PlayerReplicationInfo PlayerReplicationInfo2, optional Object ObjectOptional) )

GetColor Source code

static function Color GetColor ( optional int Switch, optional PlayerReplicationInfo PlayerReplicationInfo1, optional PlayerReplicationInfo PlayerReplicationInfo2) )

GetFontSize Source code

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

GetLifeTime Source code

static function float GetLifeTime ( int Switch) )

GetPos Source code

static function GetPos ( int Switch, out EDrawPivot OutDrawPivot, out EStackMode OutStackMode, out float OutPosX, out float OutPosY) )


Defaultproperties

defaultproperties
{
  bIsConsoleMessage  = False;
  StackMode          = SM_Down;


  FontSizeTeam       =  0;  
  FontSizeArena      =  0;  
  FontSizeKeyboard   = -2;  
  FontSizeLastMan    =  0;  

  ColorTextTeam      = (R=000,G=160,B=255,A=255);
  ColorTextArena     = (R=032,G=064,B=255,A=255);
  ColorTextKeyboard  = (R=255,G=255,B=255,A=255);
  ColorTextLastMan   = (R=255,G=255,B=000,A=255);


  PosYTeam           = 0.13;
  PosYArena          = 0.70;
  PosYKeyboardArena  = 0.13;
  PosYKeyboardCamera = 0.04;
  PosYLastMan        = 0.16;


  LifetimeTeam       = 3;
  LifetimeArena      = 3;
  LifetimeKeyboard   = 6;
  LifetimeLastMan    = 1;


  bFadeMessage       = True;
  bIsPartiallyUnique = True;
  bIsSpecial         = True;
}

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