- Extends
- LocalMessage
- Modifiers
- notplaceable
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.LocalMessage
|
+-- Jailbreak.JBLocalMessage
Direct Known Subclasses:
JBLocalMessageConsole, JBLocalMessageScreen
Inherited Variables from Engine.LocalMessage |
bBeep, bComplexString, bFadeMessage, bIsConsoleMessage, bIsPartiallyUnique, bIsSpecial, bIsUnique, ChildMessage, DrawColor, DrawPivot, FontSize, Lifetime, PosX, PosY, StackMode |
Functions Summary |
| | ClientReceive (PlayerController PlayerController, optional int Switch, optional PlayerReplicationInfo PlayerReplicationInfo1, optional PlayerReplicationInfo PlayerReplicationInfo2, optional Object ObjectOptional))
|
| string | GetString (optional int Switch, optional PlayerReplicationInfo PlayerReplicationInfo1, optional PlayerReplicationInfo PlayerReplicationInfo2, optional Object ObjectOptional))
|
| bool | IsLocalPlayer (PlayerReplicationInfo PlayerReplicationInfo1, optional PlayerReplicationInfo PlayerReplicationInfo2))
|
| bool | PlaySpeech (PlayerController PlayerController, string Definition0, optional string Definition1, optional int iDefinition))
|
| string | ReplaceTextArena (string TextTemplate, PlayerReplicationInfo PlayerReplicationInfo1, PlayerReplicationInfo PlayerReplicationInfo2))
|
| string | ReplaceTextPlayer (string TextTemplate, PlayerReplicationInfo PlayerReplicationInfo))
|
| string | StaticReplaceText (string TextTemplate, string TextPlaceholder, string TextReplacement))
|
Inherited Functions from Engine.LocalMessage |
AssembleString, ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetPos, GetRelatedString, GetString, IsConsoleMessage, RenderComplexMessage |
ClassLocalMessageConsole Source code
ClassLocalMessageConsoleOneSecond Source code
ClassLocalMessageScreen Source code
TextArenaCancelCombatant Source code
var localized string TextArenaCancelCombatant;
var localized string TextArenaCancelOther;
var localized string TextArenaCountdown[3];
var localized string TextArenaEndLoser;
var localized string TextArenaEndOther;
var localized string TextArenaEndWinner;
TextArenaStartCombatant Source code
var localized string TextArenaStartCombatant;
var localized string TextArenaStartOther;
var localized string TextArenaTieCombatant;
var localized string TextArenaTieOther;
var localized string TextDisallowedEscape;
var string TextKeyboardArena;
TextKeyboardArenaBound Source code
var localized string TextKeyboardArenaBound;
TextKeyboardArenaUnbound Source code
var localized string TextKeyboardArenaUnbound;
var string TextKeyboardCamera;
TextKeyboardCameraBound Source code
var localized string TextKeyboardCameraBound;
TextKeyboardCameraUnbound Source code
var localized string TextKeyboardCameraUnbound;
var localized string TextLastMan;
TextLastManCantRelease Source code
var localized string TextLastManCantRelease;
var localized string TextTeamCaptured[2];
var localized string TextTeamReleasedBy[2];
TextTeamReleasedNobody Source code
var localized string TextTeamReleasedNobody;
var localized string TextTeamReleased[2];
var localized string TextTeamReleaseJammed;
var localized string TextTeamStalemate;
static function string StaticReplaceText ( string TextTemplate, string TextPlaceholder, string TextReplacement) )
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
}
|
Creation time: Do 14.8.2014 09:58:11.587 - Created with
UnCodeX