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

Jailbreak.JBLocalMessage

Extends
LocalMessage
Modifiers
notplaceable

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

Direct Known Subclasses:

JBLocalMessageConsole, JBLocalMessageScreen

Variables Summary
Class<JBLocalMessage>ClassLocalMessageConsole
Class<JBLocalMessage>ClassLocalMessageConsoleOneSecond
Class<JBLocalMessage>ClassLocalMessageScreen
stringTextArenaCancelCombatant
stringTextArenaCancelOther
stringTextArenaCountdown[3]
stringTextArenaEndLoser
stringTextArenaEndOther
stringTextArenaEndWinner
stringTextArenaStartCombatant
stringTextArenaStartOther
stringTextArenaTieCombatant
stringTextArenaTieOther
stringTextDisallowedEscape
stringTextKeyboardArena
stringTextKeyboardArenaBound
stringTextKeyboardArenaUnbound
stringTextKeyboardCamera
stringTextKeyboardCameraBound
stringTextKeyboardCameraUnbound
stringTextLastMan
stringTextLastManCantRelease
stringTextTeamCaptured[2]
stringTextTeamReleasedBy[2]
stringTextTeamReleasedNobody
stringTextTeamReleased[2]
stringTextTeamReleaseJammed
stringTextTeamStalemate
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
function ClientReceive (PlayerController PlayerController, optional int Switch, optional PlayerReplicationInfo PlayerReplicationInfo1, optional PlayerReplicationInfo PlayerReplicationInfo2, optional Object ObjectOptional))
functionstring GetString (optional int Switch, optional PlayerReplicationInfo PlayerReplicationInfo1, optional PlayerReplicationInfo PlayerReplicationInfo2, optional Object ObjectOptional))
functionbool IsLocalPlayer (PlayerReplicationInfo PlayerReplicationInfo1, optional PlayerReplicationInfo PlayerReplicationInfo2))
functionbool PlaySpeech (PlayerController PlayerController, string Definition0, optional string Definition1, optional int iDefinition))
functionstring ReplaceTextArena (string TextTemplate, PlayerReplicationInfo PlayerReplicationInfo1, PlayerReplicationInfo PlayerReplicationInfo2))
functionstring ReplaceTextPlayer (string TextTemplate, PlayerReplicationInfo PlayerReplicationInfo))
functionstring StaticReplaceText (string TextTemplate, string TextPlaceholder, string TextReplacement))
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

ClassLocalMessageConsole Source code

var Class<JBLocalMessage> ClassLocalMessageConsole;

ClassLocalMessageConsoleOneSecond Source code

var Class<JBLocalMessage> ClassLocalMessageConsoleOneSecond;

ClassLocalMessageScreen Source code

var Class<JBLocalMessage> ClassLocalMessageScreen;

TextArenaCancelCombatant Source code

var localized string TextArenaCancelCombatant;

TextArenaCancelOther Source code

var localized string TextArenaCancelOther;

TextArenaCountdown[3] Source code

var localized string TextArenaCountdown[3];

TextArenaEndLoser Source code

var localized string TextArenaEndLoser;

TextArenaEndOther Source code

var localized string TextArenaEndOther;

TextArenaEndWinner Source code

var localized string TextArenaEndWinner;

TextArenaStartCombatant Source code

var localized string TextArenaStartCombatant;

TextArenaStartOther Source code

var localized string TextArenaStartOther;

TextArenaTieCombatant Source code

var localized string TextArenaTieCombatant;

TextArenaTieOther Source code

var localized string TextArenaTieOther;

TextDisallowedEscape Source code

var localized string TextDisallowedEscape;

TextKeyboardArena Source code

var string TextKeyboardArena;

TextKeyboardArenaBound Source code

var localized string TextKeyboardArenaBound;

TextKeyboardArenaUnbound Source code

var localized string TextKeyboardArenaUnbound;

TextKeyboardCamera Source code

var string TextKeyboardCamera;

TextKeyboardCameraBound Source code

var localized string TextKeyboardCameraBound;

TextKeyboardCameraUnbound Source code

var localized string TextKeyboardCameraUnbound;

TextLastMan Source code

var localized string TextLastMan;

TextLastManCantRelease Source code

var localized string TextLastManCantRelease;

TextTeamCaptured[2] Source code

var localized string TextTeamCaptured[2];

TextTeamReleasedBy[2] Source code

var localized string TextTeamReleasedBy[2];

TextTeamReleasedNobody Source code

var localized string TextTeamReleasedNobody;

TextTeamReleased[2] Source code

var localized string TextTeamReleased[2];

TextTeamReleaseJammed Source code

var localized string TextTeamReleaseJammed;

TextTeamStalemate Source code

var localized string TextTeamStalemate;


Functions Detail

ClientReceive Source code

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

GetString Source code

static function string GetString ( optional int Switch, optional PlayerReplicationInfo PlayerReplicationInfo1, optional PlayerReplicationInfo PlayerReplicationInfo2, optional Object ObjectOptional) )

IsLocalPlayer Source code

static function bool IsLocalPlayer ( PlayerReplicationInfo PlayerReplicationInfo1, optional PlayerReplicationInfo PlayerReplicationInfo2) )

PlaySpeech Source code

static function bool PlaySpeech ( PlayerController PlayerController, string Definition0, optional string Definition1, optional int iDefinition) )

ReplaceTextArena Source code

static function string ReplaceTextArena ( string TextTemplate, PlayerReplicationInfo PlayerReplicationInfo1, PlayerReplicationInfo PlayerReplicationInfo2) )

ReplaceTextPlayer Source code

static function string ReplaceTextPlayer ( string TextTemplate, PlayerReplicationInfo PlayerReplicationInfo) )

StaticReplaceText Source code

static function string StaticReplaceText ( string TextTemplate, string TextPlaceholder, string TextReplacement) )


Defaultproperties

defaultproperties
{
  bIsConsoleMessage = False;
  bIsSpecial = False;


  TextTeamCaptured[0]       = "The red team has been captured.";
  TextTeamCaptured[1]       = "The blue team has been captured.";
  TextTeamReleased[0]       = "The red team has been released.";
  TextTeamReleased[1]       = "The blue team has been released.";
  TextTeamReleasedBy[0]     = "The red team has been released by %player%.";
  TextTeamReleasedBy[1]     = "The blue team has been released by %player%.";
  TextTeamReleasedNobody    = "This jail is empty."
  TextTeamReleaseJammed     = "This jail is jammed."
  TextTeamStalemate         = "Both teams captured, no score.";


  TextArenaCountdown[2]     = "Arena match is about to begin...3";
  TextArenaCountdown[1]     = "Arena match is about to begin...2";
  TextArenaCountdown[0]     = "Arena match is about to begin...1";
  TextArenaStartCombatant   = "Arena match has begun!";
  TextArenaStartOther       = "%teammate% is fighting %enemy% in the arena.";
  TextArenaCancelCombatant  = "Arena match has been cancelled.";
  TextArenaCancelOther      = "Arena match between %teammate% and %enemy% cancelled.";
  TextArenaTieCombatant     = "Arena match tied.";
  TextArenaTieOther         = "Arena match between %teammate% and %enemy% tied.";
  TextArenaEndWinner        = "You have won your freedom!";
  TextArenaEndLoser         = "You have lost the arena match.";
  TextArenaEndOther         = "%winner% has defeated %loser% in the arena.";


  TextKeyboardArenaBound    = "Press [%key%] to watch this arena fight!";
  TextKeyboardArenaUnbound  = "Enter 'ArenaCam' at the console to watch this arena fight!";
  TextKeyboardCameraBound   = "Press [%keyprev%] and [%keynext%] to switch cameras";
  TextKeyboardCameraUnbound = "Enter 'PrevWeapon' and 'NextWeapon' at the console to switch cameras";


  TextLastMan               = "You are the last free player. Release your team!";
  TextLastManCantRelease    = "You are the last free player. Stay alive!";


  TextDisallowedEscape      = "You're not allowed to escape from jail!";


  ClassLocalMessageScreen           = Class'JBLocalMessageScreen';
  ClassLocalMessageConsole          = Class'JBLocalMessageConsole';
  ClassLocalMessageConsoleOneSecond = Class'JBLocalMessageConsoleOneSecond';


  Role = ROLE_None 
}

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