| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.LocalMessage
|
+-- JBAddonJailCard.JBJailCardMessage
|
+-- JBAddonJailCard.JBJailCardMessageScreen
| Variables Summary | |
|---|---|
| int | FontSizeLarge |
| int | FontSizeSmall |
| sound | JailCardSounds[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 | ||
|---|---|---|
![]() | ClientReceive (PlayerController P, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject
)) | |
![]() | int | 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 |
|---|
| Functions Detail |
|---|
ClientReceive Source code
GetFontSize Source code| 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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||