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

Botpack.LocalMessagePlus

Extends
LocalMessage

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.LocalMessage
         |   
         +-- Botpack.LocalMessagePlus

Direct Known Subclasses:

CriticalEventPlus, CTFMessage2, DeathMessagePlus, DecapitationMessage, ItemMessagePlus, KillerMessagePlus, MultiKillMessage, PickupMessagePlus, StringMessagePlus, VictimMessage

Variables Summary
colorCyanColor
intFontSize
colorGreenColor
colorLightGreenColor
Inherited Variables from Engine.LocalMessage
bBeep, bCenter, bComplexString, bFadeMessage, bFromBottom, bIsConsoleMessage, bIsSpecial, bIsUnique, bOffsetYPos, ChildMessage, DrawColor, Lifetime, XPos, YPos

Functions Summary
functioncolor GetColor (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2 ))
functionint GetFontSize (int Switch))
functionfloat GetOffset (int Switch, float YL, float ClipY ))
Inherited Functions from Engine.LocalMessage
AssembleString, ClientReceive, GetColor, GetFontSize, GetOffset, GetString, RenderComplexMessage


Variables Detail

CyanColor Source code

var color CyanColor;

FontSize Source code

var int FontSize;

GreenColor Source code

var color GreenColor;

LightGreenColor Source code

var color LightGreenColor;


Functions Detail

GetColor Source code

static function color GetColor ( optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2 ) )

GetFontSize Source code

static function int GetFontSize ( int Switch) )

GetOffset Source code

static function float GetOffset ( int Switch, float YL, float ClipY ) )


Defaultproperties

defaultproperties
{
     GreenColor=(G=255)
     LightGreenColor=(G=128)
     CyanColor=(G=128,B=255)
     bIsConsoleMessage=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:14:38.063 - Created with UnCodeX