I don't need to test my programs. I have an error-correcting modem.

UE3:UTDuelQueueScoreboardPanel (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UTUI_Widget >> UTDrawPanel >> UTScoreboardPanel >> UTDuelQueueScoreboardPanel
Package: 
UTGame

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

Default values[edit]

Property Value
bMustDrawLocalPRI False

Subobjects[edit]

WidgetEventComponent[edit]

Class: Engine.UIComp_Event

Inherits from: UTScoreboardPanel.WidgetEventComponent

No new values.

Instance functions[edit]

DrawScore[edit]

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

Overrides: UTScoreboardPanel.DrawScore

Draw the Player's Score

DrawScoreHeader[edit]

function DrawScoreHeader ()

Overrides: UTScoreboardPanel.DrawScoreHeader


GetPRIList[edit]

function GetPRIList (UTGameReplicationInfo GRI)

Overrides: UTScoreboardPanel.GetPRIList

Scan the PRIArray and get any valid PRI's for display

IsValidScoreboardPlayer[edit]

function bool IsValidScoreboardPlayer (UTPlayerReplicationInfo PRI)

Overrides: UTScoreboardPanel.IsValidScoreboardPlayer

Tests a PRI to see if we should display it on the scoreboard

Parameters:

  • PRI - The PRI to test

Returns:

TRUE if we should display it, returns FALSE if we shouldn't