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

Botpack.UnrealCTFScoreBoard

Extends
TeamScoreBoard

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.ScoreBoard
         |   
         +-- Botpack.TournamentScoreBoard
            |   
            +-- Botpack.TeamScoreBoard
               |   
               +-- Botpack.UnrealCTFScoreBoard

Variables Summary
UnrealCTFScoreBoard
textureFlagIcon[4]
Inherited Variables from Botpack.TeamScoreBoard
AltTeamColor[4], InString, OrdersString, OwnerGame, OwnerInfo, PlayersNotShown, TeamColor[4], TeamName[4]
Inherited Variables from Botpack.TournamentScoreBoard
Author, BlueColor, BronzeColor, bTimeDown, Continue, CyanColor, DeathsString, ElapsedTime, Ended, FPHString, FragGoal, FragsString, GoldColor, GreenColor, LightCyanColor, LossString, MapTitle, MapTitleQuote, MyFonts, Ordered[32], PingString, PlayerString, RedColor, RemainingTime, Restart, ScoreStart, SilverColor, TimeLimit, TimeString, WhiteColor

Functions Summary
function DrawNameAndPing (Canvas Canvas, PlayerReplicationInfo PRI, float XOffset, float YOffset, bool bCompressed))
Inherited Functions from Botpack.TeamScoreBoard
DrawNameAndPing, DrawScore, DrawVictoryConditions, ShowScores
Inherited Functions from Botpack.TournamentScoreBoard
Destroyed, DrawCategoryHeaders, DrawHeader, DrawNameAndPing, DrawTrailer, DrawVictoryConditions, PostBeginPlay, ShowScores, SortScores, TwoDigitString


Variables Detail

UnrealCTFScoreBoard

FlagIcon[4] Source code

var(UnrealCTFScoreBoard) texture FlagIcon[4];


Functions Detail

DrawNameAndPing Source code

function DrawNameAndPing ( Canvas Canvas, PlayerReplicationInfo PRI, float XOffset, float YOffset, bool bCompressed) )


Defaultproperties

defaultproperties
{
     FlagIcon(0)=Texture'Botpack.Icons.RedFlag'
     FlagIcon(1)=Texture'Botpack.Icons.BlueFlag'
     FlagIcon(2)=Texture'Botpack.Icons.GreenFlag'
     FlagIcon(3)=Texture'Botpack.Icons.YellowFlag'
     FragGoal="Capture Limit:"
}

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