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

UTGame.UTCTFScoreboardPanel

Extends
UTTDMScoreboardPanel

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.UTTDMScoreboardPanel
                     |   
                     +-- UTGame.UTCTFScoreboardPanel

Direct Known Subclasses:

UTOnsScoreboardPanel

Variables Summary
UTCTFScoreboardPanel
TextureCoordinatesFlagCoords
Texture2DFlagTexture
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]

Enumerations Summary
Inherited Enumerations from UTGame.UTScoreboardPanel
EFontType

Structures Summary
Inherited Structures from UTGame.UTScoreboardPanel
SBFontData

Functions Summary
function DrawPlayerNum (UTPlayerReplicationInfo PRI, int PIndex, out float YPos, float FontIndex, float FontScale))
functionfloat DrawScore (UTPlayerReplicationInfo PRI, float YPos, int FontIndex, float FontScale))
function DrawScoreHeader ()))
functionstring GetRightMisc (UTPlayerReplicationInfo PRI))
function SetHeaderStrings ()))
Inherited Functions from UTGame.UTTDMScoreboardPanel
DrawScore, DrawScoreHeader, DrawTeamScore, GetHeaderColor, GetLeftMisc, SetHeaderStrings
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


Variables Detail

UTCTFScoreboardPanel

FlagCoords Source code

var(UTCTFScoreboardPanel) TextureCoordinates FlagCoords;

FlagTexture Source code

var(UTCTFScoreboardPanel) Texture2D FlagTexture;


Functions Detail

DrawPlayerNum Source code

simulated function DrawPlayerNum ( UTPlayerReplicationInfo PRI, int PIndex, out float YPos, float FontIndex, float FontScale) )

DrawScore Source code

function float DrawScore ( UTPlayerReplicationInfo PRI, float YPos, int FontIndex, float FontScale) )
Draw the Player's Score

DrawScoreHeader Source code

function DrawScoreHeader ( ) )
Draw the panel headers.

GetRightMisc Source code

function string GetRightMisc ( UTPlayerReplicationInfo PRI) )

SetHeaderStrings Source code

function SetHeaderStrings ( ) )
Sets the header strings using localized values


Defaultproperties

defaultproperties
{
   FlagTexture=Texture2D'UI_HUD.HUD.UI_HUD_BaseE'
   FlagCoords=(U=756.000000,UL=67.000000,VL=40.000000)
   HeaderTitle_Score="Score"
   Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTTDMScoreboardPanel:WidgetEventComponent'
      ObjectArchetype=UIComp_Event'UTGame.Default__UTTDMScoreboardPanel:WidgetEventComponent'
   End Object
   EventProvider=WidgetEventComponent
   Name="Default__UTCTFScoreboardPanel"
   ObjectArchetype=UTTDMScoreboardPanel'UTGame.Default__UTTDMScoreboardPanel'
}

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