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

Botpack.CTFMessage

Extends
CriticalEventPlus

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

Variables Summary
stringCaptureBlue
stringCaptureRed
stringDroppedBlue
stringDroppedRed
stringHasBlue
stringHasRed
stringReturnBlue
stringReturnedBlue
stringReturnedRed
stringReturnRed
Inherited Variables from Botpack.LocalMessagePlus
CyanColor, FontSize, GreenColor, LightGreenColor

Functions Summary
functionstring GetString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
Inherited Functions from Botpack.CriticalEventPlus
GetOffset
Inherited Functions from Botpack.LocalMessagePlus
GetColor, GetFontSize, GetOffset


Variables Detail

CaptureBlue Source code

var localized string CaptureBlue;

CaptureRed Source code

var localized string CaptureRed;

DroppedBlue Source code

var localized string DroppedBlue;

DroppedRed Source code

var localized string DroppedRed;

HasBlue Source code

var localized string HasBlue;

HasRed Source code

var localized string HasRed;

ReturnBlue Source code

var localized string ReturnBlue;

ReturnedBlue Source code

var localized string ReturnedBlue;

ReturnedRed Source code

var localized string ReturnedRed;

ReturnRed Source code

var localized string ReturnRed;


Functions Detail

GetString Source code

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


Defaultproperties

defaultproperties
{
     ReturnBlue="returns the blue flag!"
     ReturnRed="returns the red flag!"
     ReturnedBlue="The blue flag was returned!"
     ReturnedRed="The red flag was returned!"
     CaptureBlue="captured the blue flag!  The red team scores!"
     CaptureRed="captured the red flag!  The blue team scores!"
     DroppedBlue="dropped the blue flag!"
     DroppedRed="dropped the red flag!"
     HasBlue="has the blue flag!"
     HasRed="has the red flag!"
}

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