Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Info | +-- Engine.ScoreBoard | +-- UnrealShare.UnrealScoreBoard | +-- UnrealShare.UnrealTeamScoreBoard
Variables Summary | |
---|---|
int | PlayerCounts[4] |
string | TeamName[4] |
UnrealTeamScoreBoard | |
color | AltTeamColor[4] |
color | TeamColor[4] |
Inherited Variables from UnrealShare.UnrealScoreBoard |
---|
Pings[16], PlayerNames[16], Scores[16], TeamNames[16], Teams[16] |
Inherited Variables from Engine.ScoreBoard |
---|
OwnerHUD, RegFont |
Functions Summary | ||
---|---|---|
![]() | DrawName (canvas Canvas, int I, float XOffset, int LoopCount )) | |
![]() | DrawPing (canvas Canvas, int I, float XOffset, int LoopCount )) | |
![]() | DrawScore (canvas Canvas, int I, float XOffset, int LoopCount )) | |
![]() | ShowScores (canvas Canvas )) |
Inherited Functions from UnrealShare.UnrealScoreBoard |
---|
DrawHeader, DrawName, DrawPing, DrawScore, DrawTrailer, ShowScores, SortScores, Swap |
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: " 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 |