Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Info | +-- Engine.LocalMessage | +-- Jailbreak.JBLocalMessage | +-- Jailbreak.JBLocalMessageScreen
JBLocalMessageCelebration
Variables Summary | |
---|---|
Color | ColorTextArena |
Color | ColorTextKeyboard |
Color | ColorTextLastMan |
Color | ColorTextTeam |
int | FontSizeArena |
int | FontSizeKeyboard |
int | FontSizeLastMan |
int | FontSizeTeam |
int | LifetimeArena |
int | LifetimeKeyboard |
int | LifetimeLastMan |
int | LifetimeTeam |
float | PosYArena |
float | PosYKeyboardArena |
float | PosYKeyboardCamera |
float | PosYLastMan |
float | PosYTeam |
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 | ||
---|---|---|
ClientReceive (PlayerController PlayerController, optional int Switch, optional PlayerReplicationInfo PlayerReplicationInfo1, optional PlayerReplicationInfo PlayerReplicationInfo2, optional Object ObjectOptional)) | ||
Color | GetColor (optional int Switch, optional PlayerReplicationInfo PlayerReplicationInfo1, optional PlayerReplicationInfo PlayerReplicationInfo2)) | |
int | GetFontSize (int Switch, PlayerReplicationInfo PlayerReplicationInfo1, PlayerReplicationInfo PlayerReplicationInfo2, PlayerReplicationInfo PlayerReplicationInfoLocal)) | |
float | GetLifeTime (int Switch)) | |
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 |
---|
Functions Detail |
---|
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 | UnrealScript Documentation |
previous class next class | frames no frames |