UTGame.UTScoreboardPanel
- Extends
- UTDrawPanel
- Modifiers
- config ( Game )
Copyright 1998-2007 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 ()))
|
 | | DrawClanTag (UTPlayerReplicationInfo PRI, float X, out float YPos, int FontIndex, float FontScale))
|
 | | 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 ()
|
 | string | GetClanTagStr (UTPlayerReplicationInfo PRI))
|
 | LinearColor | GetHeaderColor ()))
|
 | string | GetLeftMisc (UTPlayerReplicationInfo PRI))
|
 | Vector | GetMousePosition ()))
|
 | string | GetPlayerDeaths (UTPlayerReplicationInfo PRI))
|
 | string | GetPlayerNameStr (UTPlayerReplicationInfo PRI))
|
 | string | GetPlayerScore (UTPlayerReplicationInfo PRI))
|
 | | GetPRIList (UTGameReplicationInfo GRI))
|
 | string | GetRightMisc (UTPlayerReplicationInfo PRI))
|
 | | 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 ()))
|
 | | 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 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 float RightColumnPosX;
var transient float RightColumnWidth;
var transient int SelectedPI;
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 ( ) )
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 Vector GetMousePosition ( ) )
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 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')
bDrawPlayerNum=True
bMustDrawLocalPRI=True
MainPerc=0.950000
ClanTagPerc=0.700000
MiscPerc=1.100000
BarPerc=1.200000
SelBarTex=Texture2D'UI_HUD.HUD.UI_HUD_BaseC'
AssociatedTeamIndex=-1
PingString="Ping"
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: Mon 26/11/2007 17:41:29.125 - Created with
UnCodeX