Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Info | +-- Engine.ScoreBoard | +-- Botpack.TournamentScoreBoard | +-- Botpack.TeamScoreBoard
AssaultScoreBoard, DominationScoreBoard, UnrealCTFScoreBoard
Variables Summary | |
---|---|
string | InString |
string | OrdersString |
TournamentGameReplicationInfo | OwnerGame |
PlayerReplicationInfo | OwnerInfo |
string | PlayersNotShown |
string | TeamName[4] |
TeamScoreBoard | |
color | AltTeamColor[4] |
color | TeamColor[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 | ||
---|---|---|
DrawNameAndPing (Canvas Canvas, PlayerReplicationInfo PRI, float XOffset, float YOffset, bool bCompressed)) | ||
DrawScore (Canvas Canvas, float Score, float XOffset, float YOffset)) | ||
DrawVictoryConditions (Canvas Canvas)) | ||
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 |
---|
Functions Detail |
---|
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 | UnrealScript Documentation |
previous class next class | frames no frames |