I love the smell of UnrealEd crashing in the morning. – tarquin
Difference between revisions of "UE3:UTDuelQueueScoreboardPanel (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Auto-generated page) |
m (added missing members) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 10: | Line 10: | ||
}} | }} | ||
{{autogenerated}} | {{autogenerated}} | ||
− | + | Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. | |
==Default values== | ==Default values== | ||
Line 17: | Line 17: | ||
! Value | ! Value | ||
|- | |- | ||
− | | {{tl|bMustDrawLocalPRI||UTScoreboardPanel}} | + | | {{tl|bMustDrawLocalPRI||UTScoreboardPanel properties}} |
| False | | False | ||
|} | |} | ||
Line 25: | Line 25: | ||
'''Class:''' {{cl|UIComp_Event|Engine}} | '''Class:''' {{cl|UIComp_Event|Engine}} | ||
− | '''Inherits from:''' {{tl|WidgetEventComponent|UTScoreboardPanel}} | + | '''Inherits from:''' {{tl|WidgetEventComponent|UTScoreboardPanel|properties}} |
''No new values.'' | ''No new values.'' | ||
Line 50: | Line 50: | ||
Scan the PRIArray and get any valid PRI's for display | Scan the PRIArray and get any valid PRI's for display | ||
+ | |||
+ | ====IsValidScoreboardPlayer==== | ||
+ | {{code|function [[bool]] '''IsValidScoreboardPlayer''' ({{cl|UTPlayerReplicationInfo}} '''PRI''')}} | ||
+ | |||
+ | '''Overrides:''' {{tl|IsValidScoreboardPlayer|UTScoreboardPanel|instance functions}} | ||
+ | |||
+ | 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 |
Latest revision as of 03:45, 16 August 2009
Object >> UIRoot >> UIScreenObject >> UIObject >> UTUI_Widget >> UTDrawPanel >> UTScoreboardPanel >> UTDuelQueueScoreboardPanel |
- Package:
- UTGame
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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]
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