| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
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.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 | ||
|---|---|---|
![]() | float | DrawScore (UTPlayerReplicationInfo PRI, float YPos, int FontIndex, float FontScale)) |
![]() | DrawScoreHeader ())) | |
![]() | GetPRIList (UTGameReplicationInfo GRI)) | |
![]() | bool | IsValidScoreboardPlayer (UTPlayerReplicationInfo PRI)) |
| Inherited Functions from UTGame.UTDrawPanel |
|---|
| Draw2DLine, DrawPanel |
| Functions Detail |
|---|
DrawScore Source code
DrawScoreHeader Source code
GetPRIList Source code
IsValidScoreboardPlayer Source codeTests 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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||