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

Botpack.TeamScoreBoard

Extends
TournamentScoreBoard

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

Direct Known Subclasses:

AssaultScoreBoard, DominationScoreBoard, UnrealCTFScoreBoard

Variables Summary
stringInString
stringOrdersString
TournamentGameReplicationInfoOwnerGame
PlayerReplicationInfoOwnerInfo
stringPlayersNotShown
stringTeamName[4]
TeamScoreBoard
colorAltTeamColor[4]
colorTeamColor[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
Inherited Variables from Engine.ScoreBoard
OwnerHUD, RegFont

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


Variables Detail

InString Source code

var localized string InString;

OrdersString Source code

var localized string OrdersString;

OwnerGame Source code

var TournamentGameReplicationInfo OwnerGame;

OwnerInfo Source code

var PlayerReplicationInfo OwnerInfo;

PlayersNotShown Source code

var localized string PlayersNotShown;

TeamName[4] Source code

var localized string TeamName[4];

TeamScoreBoard

AltTeamColor[4] Source code

var(TeamScoreBoard) color AltTeamColor[4];

TeamColor[4] Source code

var(TeamScoreBoard) color TeamColor[4];


Functions Detail

DrawNameAndPing Source code

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

DrawScore Source code

function DrawScore ( Canvas Canvas, float Score, float XOffset, float YOffset) )

DrawVictoryConditions Source code

function DrawVictoryConditions ( Canvas Canvas) )

ShowScores Source code

function ShowScores ( canvas Canvas ) )


Defaultproperties

defaultproperties
{
     TeamName(0)="Red Team"
     TeamName(1)="Blue Team"
     TeamName(2)="Green Team"
     TeamName(3)="Gold Team"
     OrdersString="Orders:"
     InString="Location:"
     PlayersNotShown="Player[s] not shown."
     TeamColor(0)=(R=255)
     TeamColor(1)=(G=128,B=255)
     TeamColor(2)=(G=255)
     TeamColor(3)=(R=255,G=255)
     AltTeamColor(0)=(R=200)
     AltTeamColor(1)=(G=94,B=187)
     AltTeamColor(2)=(G=128)
     AltTeamColor(3)=(R=255,G=255,B=128)
}

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