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

Botpack.KillerMessagePlus

Extends
LocalMessagePlus

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

Variables Summary
stringScoreString
stringYouKilled
stringYouKilledTrailer
Inherited Variables from Botpack.LocalMessagePlus
CyanColor, FontSize, GreenColor, LightGreenColor
Inherited Variables from Engine.LocalMessage
bBeep, bCenter, bComplexString, bFadeMessage, bFromBottom, bIsConsoleMessage, bIsSpecial, bIsUnique, bOffsetYPos, ChildMessage, DrawColor, Lifetime, XPos, YPos

Functions Summary
functionfloat GetOffset (int Switch, float YL, float ClipY ))
functionstring GetString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
Inherited Functions from Botpack.LocalMessagePlus
GetColor, GetFontSize, GetOffset
Inherited Functions from Engine.LocalMessage
AssembleString, ClientReceive, GetColor, GetFontSize, GetOffset, GetString, RenderComplexMessage


Variables Detail

ScoreString Source code

var localized string ScoreString;

YouKilled Source code

var localized string YouKilled;

YouKilledTrailer Source code

var localized string YouKilledTrailer;


Functions Detail

GetOffset Source code

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

GetString Source code

static function string GetString ( optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ) )


Defaultproperties

defaultproperties
{
     YouKilled="You killed"
     ScoreString="Your Score:"
     FontSize=1
     bIsSpecial=True
     bIsUnique=True
     bFadeMessage=True
     DrawColor=(R=0,G=128)
     YPos=196.000000
     bCenter=True
}

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