Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Info | +-- Engine.ScoreBoard | +-- ROInterface.ROScoreBoard
Constants Summary | ||
---|---|---|
BaseGermanX | = | 0.75 |
BaseRussianX | = | 15.25 |
MAXPERSIDE | = | 18 |
MAXPERSIDEWIDE | = | 16 |
MAXPLAYERS | = | 32 |
SPECTATOR | = | 3 |
Variables Summary | |
---|---|
int | AvgPing[4] |
bool | bAlphaSortScoreBoard |
float | Padding |
ROPlayerReplicationInfo | PRIArray[10] |
ROScoreBoard | |
string | AdminText |
string | AdminWaitingText |
Material | HeaderImage |
color | HighlightColor |
float | NameLength |
string | NameText |
string | ObjectivesHeldText |
float | PingLength |
string | PingText |
string | PlayerPluralText |
string | PlayerText |
string | ReinforcementsText |
string | RequiredObjHeldText |
float | RoleLength |
string | RoleText |
string | RoundsWonText |
float | ScoreLength |
string | ScoreText |
string | SecondaryObjHeldText |
string | SpectatorTeamName |
Color | TeamColors[4] |
string | TeamNameAllies |
string | TeamNameAxis |
float | TeamScoreLength |
float | TimeLength |
string | TimeText |
string | TitleText |
string | TotalsText |
string | UnassignedTeamName |
string | WaitingText |
Inherited Variables from Engine.ScoreBoard |
---|
bDisplayMessages, GRI, HUDClass |
Inherited Variables from Engine.Info |
---|
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup |
Functions Summary | ||
---|---|---|
![]() | float | CalcX (float X, Canvas C)) |
![]() | float | CalcY (float Y, Canvas C)) |
![]() | DrawCell (Canvas C, coerce string Text, byte Align, float XPos, float YPos, float Width, float Height, bool bDrawBacking, Color F, optional Color B)) | |
![]() | float | DrawHeaders (Canvas C)) |
![]() | float | DrawTeam (Canvas C, int TeamNum, float YPos, int PlayerCount)) |
![]() | bool | InOrder (PlayerReplicationInfo P1, PlayerReplicationInfo P2 )) |
![]() | UpdateScoreBoard (Canvas C)) |
Inherited Functions from Engine.ScoreBoard |
---|
DrawScoreboard, FormatTime, GetSmallerFontFor, GetSmallFontFor, HaveHalfFont, Init, InitGRI, InitTitle, InOrder, NextStats, PostBeginPlay, SortPRIArray, UpdateGRI, UpdateScoreBoard |
Inherited Functions from Engine.Info |
---|
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel |
Constants Detail |
---|
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { HeaderImage=Texture'InterfaceArt_tex.HUD.RO_Headerbar' SpectatorTeamName="Spectators" UnassignedTeamName="Unassigned" TitleText="SCORES" NameText="Name" AdminText="Admin" RoleText="Role" ScoreText="Score" TimeText="Time" PingText="Ping" PlayerText="Player" PlayerPluralText="Players" TotalsText="Team Totals" ObjectivesHeldText="Objectives Held" RequiredObjHeldText="Required Objectives Held" SecondaryObjHeldText="Secondary Objectives Held" RoundsWonText="Rounds Won" TeamNameAllies="Allies" TeamNameAxis="Axis" NameLength=0.300000 TeamScoreLength=0.100000 RoleLength=0.200000 ScoreLength=0.100000 TimeLength=0.100000 PingLength=0.100000 TeamColors(0)=(B=128,G=128,R=64,A=255) TeamColors(1)=(B=64,G=64,R=192,A=255) TeamColors(2)=(B=32,G=32,R=32,A=255) TeamColors(3)=(B=128,G=128,R=128,A=255) HighlightColor=(B=128,G=128,R=128,A=64) ReinforcementsText="Reinforcements" WaitingText=" -Not Ready-" AdminWaitingText=" -Admin Hold-" HudClass=Class'ROEngine.ROHud' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |