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

UTGame.UTDuelQueueScoreboardPanel

Extends
UTScoreboardPanel

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIScreenObject
      |   
      +-- Engine.UIObject
         |   
         +-- UTGame.UTUI_Widget
            |   
            +-- UTGame.UTDrawPanel
               |   
               +-- UTGame.UTScoreboardPanel
                  |   
                  +-- UTGame.UTDuelQueueScoreboardPanel

Variables Summary
Inherited Variables from UTGame.UTScoreboardPanel
AllyColor, AssociatedTeamIndex, BackgroundCoords, BackgroundTex, BarPerc, bCensor, bDrawPlayerNum, bInteractive, bIsSplitScreen, BlingCoords, BlingPct, BlingTex, bMustDrawLocalPRI, bShowTextBounds, ClanMultiplier, ClanPosAdjust, ClanTagPerc, EditorTestNoPlayers, FakeNames[32], Fonts[4], FragsXPct, HeaderFont, HeaderTitle_Deaths, HeaderTitle_Name, HeaderTitle_Score, HeaderXPct, HeaderYPos, HeroCoords, HeroTexture, HighlightPad, LastCellHeight, LeftColumnPosX, LeftColumnWidth, LeftMiscStr, MainPerc, MinFontScale, MiscMultiplier, MiscPerc, MiscPosAdjust, NameCnt, PingString, PlayerNamePad, PlayerOwner, PRIList, PRIListSize, RightColumnPosX, RightColumnWidth, RightMiscStr, ScoreFont, ScorePosition, SelBarTex, SelectedPI, SelectedUIIndex, SpacerPerc, SplitScreenHeaderAdjustmentY, SplitScreenScorePosAdjustmentY, TeamColors[2], TextLeftPadPct, TextPctHeight, TextPctWidth, TextTopPadPct, UTHudSceneOwner, WeaponCoords[10]
Inherited Variables from UTGame.UTDrawPanel
bUseFullViewport, Canvas, pHeight, pLeft, pTop, pWidth, ResolutionScale

Enumerations Summary
Inherited Enumerations from UTGame.UTScoreboardPanel
EFontType

Structures Summary
Inherited Structures from UTGame.UTScoreboardPanel
SBFontData

Functions Summary
functionfloat DrawScore (UTPlayerReplicationInfo PRI, float YPos, int FontIndex, float FontScale))
function DrawScoreHeader ()))
function GetPRIList (UTGameReplicationInfo GRI))
functionbool IsValidScoreboardPlayer (UTPlayerReplicationInfo PRI))
Inherited Functions from UTGame.UTScoreboardPanel
AutoFit, ChangeSelection, CheckSelectedPRI, DisableScoreboard, DrawClanTag, DrawDaggers, DrawHighlight, DrawMisc, DrawPanel, DrawPlayerName, DrawPlayerNum, DrawPRI, DrawScore, DrawScoreHeader, DrawString, DrawTeamScore, EnableScoreboard, FindSelfInScoreboard, GetClanTagStr, GetHeaderColor, GetLeftMisc, GetMousePosition, GetPlayerDeaths, GetPlayerNameStr, GetPlayerScore, GetPRICount, GetPRIList, GetPRIUnderCursor, GetRightMisc, GetSelectedIndex, GetSupportedUIActionKeyNames, GetTimeOnline, IsValidScoreboardPlayer, NotifyGameSessionEnded, OnNotifyResolutionChanged, PostInitialize, ProcessInputKey, SelectUnderCursor, SetHeaderStrings, SetSelectedIndex, SizeFonts, StrLen, UserString
Inherited Functions from UTGame.UTDrawPanel
Draw2DLine, DrawPanel


Functions Detail

DrawScore Source code

function float DrawScore ( UTPlayerReplicationInfo PRI, float YPos, int FontIndex, float FontScale) )

DrawScoreHeader Source code

function DrawScoreHeader ( ) )

GetPRIList Source code

function GetPRIList ( UTGameReplicationInfo GRI) )

IsValidScoreboardPlayer Source code

function bool IsValidScoreboardPlayer ( UTPlayerReplicationInfo PRI) )
Tests a PRI to see if we should display it on the scoreboard
@Param PRI The PRI to test
@returns TRUE if we should display it, returns FALSE if we shouldn't


Defaultproperties

defaultproperties
{
   bMustDrawLocalPRI=False
   Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTScoreboardPanel:WidgetEventComponent'
      ObjectArchetype=UIComp_Event'UTGame.Default__UTScoreboardPanel:WidgetEventComponent'
   End Object
   EventProvider=WidgetEventComponent
   Name="Default__UTDuelQueueScoreboardPanel"
   ObjectArchetype=UTScoreboardPanel'UTGame.Default__UTScoreboardPanel'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:51.278 - Created with UnCodeX