UTGame.UTScoreboardPanel
- Extends
- UTDrawPanel
- Modifiers
- config ( Game )
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIObject
|
+-- UTGame.UTUI_Widget
|
+-- UTGame.UTDrawPanel
|
+-- UTGame.UTScoreboardPanel
Direct Known Subclasses:
UTDuelQueueScoreboardPanel, UTTDMScoreboardPanel
Enumerations Summary |
EFontType EFT_Tiny,
EFT_Small,
EFT_Med,
EFT_Large,
|
Functions Summary |
 | float | AutoFit (UTGameReplicationInfo GRI, out int FontIndex, ut int ClanTagFontIndex, out int MiscFontIndex, out float FontScale, bool bPrimeList))
|
 | | ChangeSelection (int Ofst))
|
 | | CheckSelectedPRI ()))
|
 | int | DisableScoreboard ()))
|
 | | DrawClanTag (UTPlayerReplicationInfo PRI, float X, out float YPos, int FontIndex, float FontScale))
|
 | | DrawDaggers (UTBetrayalPRI PRI, float PosX, float PosY))
|
 | | DrawHighlight (UTPlayerReplicationInfo PRI, float YPos, float CellHeight, float FontScale))
|
 | | DrawMisc (UTPlayerReplicationInfo PRI, float NameOfst, out float YPos, int FontIndex, float FontScale))
|
 | | DrawPanel ()))
|
 | | DrawPlayerName (UTPlayerReplicationInfo PRI, float NameOfst, float NameClipX, out float YPos, int FontIndex, float FontScale, bool bIncludeClan))
|
 | | DrawPlayerNum (UTPlayerReplicationInfo PRI, nt PIndex, out float YPos, float FontIndex, float FontScale))
|
 | | DrawPRI (int PIndex, UTPlayerReplicationInfo PRI, float CellHeight, int FontIndex, int ClanTagFontIndex, int MiscFontIndex, float FontScale, out float YPos))
|
 | float | DrawScore (UTPlayerReplicationInfo PRI, float YPos, int FontIndex, float FontScale))
|
 | | DrawScoreHeader ()))
|
 | float | DrawString (String Text, float XPos, float YPos, int FontIdx, float FontScale))
|
 | | DrawTeamScore ()
|
 | | EnableScoreboard (optional int NewUIIndex = -1))
|
 | bool | FindSelfInScoreboard (out int GUIIndex))
|
 | string | GetClanTagStr (UTPlayerReplicationInfo PRI))
|
 | LinearColor | GetHeaderColor ()))
|
 | string | GetLeftMisc (UTPlayerReplicationInfo PRI))
|
 | Vector | GetMousePosition ()))
|
 | string | GetPlayerDeaths (UTPlayerReplicationInfo PRI))
|
 | string | GetPlayerNameStr (UTPlayerReplicationInfo PRI))
|
 | string | GetPlayerScore (UTPlayerReplicationInfo PRI))
|
 | int | GetPRICount ()))
|
 | | GetPRIList (UTGameReplicationInfo GRI))
|
 | UTPlayerReplicationInfo | GetPRIUnderCursor ()))
|
 | string | GetRightMisc (UTPlayerReplicationInfo PRI))
|
 | int | GetSelectedIndex ()))
|
 | | GetSupportedUIActionKeyNames (out array out_KeyNames ))
|
 | string | GetTimeOnline (UTPlayerReplicationInfo PRI))
|
 | bool | IsValidScoreboardPlayer (UTPlayerReplicationInfo PRI))
|
 | | NotifyGameSessionEnded ()))
|
 | | OnNotifyResolutionChanged (const out Vector2D OldViewportsize, const out Vector2D NewViewportSize ))
|
 | | PostInitialize ()))
|
 | bool | ProcessInputKey (const out SubscribedInputEventParameters EventParms ))
|
 | | SelectUnderCursor ()))
|
 | | SetHeaderStrings ()))
|
 | | SetSelectedIndex (int GUIIndex))
|
 | | SizeFonts ()))
|
 | | StrLen (String Text, out float XL, out float YL, int FontIdx, float FontScale))
|
 | string | UserString (string Template, UTPlayerReplicationInfo PRI))
|
var transient bool bCensor;
var transient bool bIsSplitScreen;
var bool bMustDrawLocalPRI;
var transient string FakeNames[32];
var string HeaderTitle_Deaths;
var string HeaderTitle_Name;
var string HeaderTitle_Score;
var transient float LastCellHeight;
var transient float LeftColumnPosX;
var transient float LeftColumnWidth;
var transient int NameCnt;
var localized string PingString;
var transient int PRIListSize;
var transient float RightColumnPosX;
var transient float RightColumnWidth;
var transient int SelectedPI;
var transient int SelectedUIIndex;
SplitScreenHeaderAdjustmentY Source code
var float SplitScreenHeaderAdjustmentY;
SplitScreenScorePosAdjustmentY Source code
var float SplitScreenScorePosAdjustmentY;
var
transient color TeamColors[
2];
Test
var(Test) transient bool bShowTextBounds;
var(Test) transient int EditorTestNoPlayers;
UTScoreboardPanel
enum
EFontType
{
EFT_Tiny,
EFT_Small,
EFT_Med,
EFT_Large,
};
function float AutoFit (
UTGameReplicationInfo GRI, out
int FontIndex,out
int ClanTagFontIndex,
out
int MiscFontIndex, out
float FontScale,
bool bPrimeList) )
function ChangeSelection ( int Ofst) )
function CheckSelectedPRI ( ) )
function int DisableScoreboard ( ) )
function DrawDaggers (
UTBetrayalPRI PRI,
float PosX,
float PosY) )
event DrawPanel ( ) )
function DrawPlayerName (
UTPlayerReplicationInfo PRI,
float NameOfst,
float NameClipX, out
float YPos,
int FontIndex,
float FontScale,
bool bIncludeClan) )
simulated
function DrawPlayerNum (
UTPlayerReplicationInfo PRI,
int PIndex, out
float YPos,
float FontIndex,
float FontScale) )
function DrawPRI (
int PIndex,
UTPlayerReplicationInfo PRI,
float CellHeight,
int FontIndex,
int ClanTagFontIndex,
int MiscFontIndex,
float FontScale, out
float YPos) )
function DrawScoreHeader ( ) )
function float DrawString ( String Text, float XPos, float YPos, int FontIdx, float FontScale) )
function DrawTeamScore ( )
function EnableScoreboard ( optional int NewUIIndex = -1) )
function bool FindSelfInScoreboard ( out int GUIIndex) )
function Vector GetMousePosition ( ) )
function int GetPRICount ( ) )
function int GetSelectedIndex ( ) )
GetSupportedUIActionKeyNames Source code
event GetSupportedUIActionKeyNames ( out array<Name> out_KeyNames ) )
IsValidScoreboardPlayer Source code
NotifyGameSessionEnded Source code
function NotifyGameSessionEnded ( ) )
OnNotifyResolutionChanged Source code
function OnNotifyResolutionChanged ( const out
Vector2D OldViewportsize, const out
Vector2D NewViewportSize ) )
event PostInitialize ( ) )
function bool ProcessInputKey ( const out SubscribedInputEventParameters EventParms ) )
function SelectUnderCursor ( ) )
function SetHeaderStrings ( ) )
function SetSelectedIndex ( int GUIIndex) )
function SizeFonts ( ) )
function StrLen ( String Text, out float XL, out float YL, int FontIdx, float FontScale) )
defaultproperties
{
Fonts(0)=(Font=Font'EngineFonts.SmallFont')
Fonts(1)=(Font=MultiFont'UI_Fonts_Final.HUD.MF_Small')
Fonts(2)=(Font=MultiFont'UI_Fonts_Final.HUD.MF_Medium')
Fonts(3)=(Font=MultiFont'UI_Fonts_Final.HUD.MF_Large')
bMustDrawLocalPRI=True
MainPerc=0.950000
ClanTagPerc=0.700000
MiscPerc=1.100000
BarPerc=1.200000
SelBarTex=Texture2D'UI_HUD.HUD.UI_HUD_BaseC'
AssociatedTeamIndex=-1
SplitScreenHeaderAdjustmentY=1.250000
SplitScreenScorePosAdjustmentY=1.500000
PingString="Ping"
HeroCoords=(U=136.000000,V=11.000000,UL=81.000000,VL=74.000000)
AllyColor=(B=255,G=128,R=64,A=0)
WeaponCoords(0)=(U=453.000000,V=327.000000,UL=135.000000,VL=57.000000)
WeaponCoords(1)=(U=600.000000,V=341.000000,UL=111.000000,VL=58.000000)
WeaponCoords(2)=(U=600.000000,V=399.000000,UL=128.000000,VL=62.000000)
WeaponCoords(3)=(U=728.000000,V=382.000000,UL=162.000000,VL=45.000000)
WeaponCoords(4)=(U=453.000000,V=467.000000,UL=147.000000,VL=41.000000)
WeaponCoords(5)=(U=131.000000,V=429.000000,UL=132.000000,VL=52.000000)
WeaponCoords(6)=(U=453.000000,V=508.000000,UL=147.000000,VL=52.000000)
WeaponCoords(7)=(U=131.000000,V=379.000000,UL=129.000000,VL=50.000000)
WeaponCoords(8)=(U=726.000000,V=532.000000,UL=165.000000,VL=51.000000)
WeaponCoords(9)=(U=453.000000,V=384.000000,UL=147.000000,VL=82.000000)
DefaultStates(3)=Class'Engine.UIState_Active'
DefaultStates(4)=Class'Engine.UIState_Focused'
Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTDrawPanel:WidgetEventComponent'
ObjectArchetype=UIComp_Event'UTGame.Default__UTDrawPanel:WidgetEventComponent'
End Object
EventProvider=WidgetEventComponent
Name="Default__UTScoreboardPanel"
ObjectArchetype=UTDrawPanel'UTGame.Default__UTDrawPanel'
}
|
Creation time: sk 18-3-2018 10:00:56.100 - Created with
UnCodeX