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

UE3:UTUITabPage_Scoreboard (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTTabPage_MidGame >> UTUITabPage_Scoreboard
Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber
This class in other games:
UDK

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

Properties

AdminContextIdx

Type: int


Default value: -1

bContextMenuActive

Type: bool


ButtonBarRef

Type: UTUIButtonBar


InfoPanel

Type: UTScoreInfoPanel

Modifiers: transient


KickButtonIdx

Type: int


KickContextIdx

Type: int


Default value: -1

Scoreboards

Type: array<UTScoreboardPanel>

Modifiers: transient


SelectedSB

Type: int


Subobjects

WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTTabPage_MidGame.WidgetEventComponent

No new values.

Functions

Events

GetSupportedUIActionKeyNames

event GetSupportedUIActionKeyNames (out array<nameout_KeyNames)

Overrides: UIScreenObject.GetSupportedUIActionKeyNames

Setup Input subscriptions

PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Called after this screen object's children have been initialized

Other instance functions

DetailsIsDone

function DetailsIsDone (UIScene DeactivatedScene)


FindScoreboards

function FindScoreboards (name PanelTagName)


GetSelectedPRI

function UTPlayerReplicationInfo GetSelectedPRI ()


GetVoteRI

final function UTVoteReplicationInfo GetVoteRI ()


HandleInputKey

function bool HandleInputKey (const out UIRoot.InputEventParameters EventParms)

Overrides: UTTabPage.HandleInputKey

(Description copied from UTTabPage.HandleInputKey)
Provides a hook for unrealscript to respond to input using actual input key names (i.e. Left, Tab, etc.)

Called when an input key event is received which this widget responds to and is in the correct state to process. The keys and states widgets receive input for is managed through the UI editor's key binding dialog (F8).

This delegate is called BEFORE kismet is given a chance to process the input.

Parameters:

  • EventParms - information about the input event.

Returns:

TRUE to indicate that this input key was processed; no further processing will occur on this input key event.

InitScoreboardContextMenu

function bool InitScoreboardContextMenu (UIObject Sender, int PlayerIndex, out UIContextMenu CustomContextMenu)


KickSelectedPlayer

function KickSelectedPlayer ()


NotifyKickVoteConfirmed

function NotifyKickVoteConfirmed ()


OnChangeTeam

function bool OnChangeTeam (UIScreenObject InButton, int InPlayerIndex)


OnDoubleClick

function OnDoubleClick (UIScreenObject EventObject, int PlayerIndex)

Overrides: UIObject.OnDoubleClick

(Description copied from UIObject.OnDoubleClick)
Called when the widget has received a double-click input event. Not implemented by all widget types.

Parameters:

  • EventObject - Object that issued the event.
  • PlayerIndex - Player that performed the action that issued the event.

OnKickVote

function bool OnKickVote (UIScreenObject InButton, int InPlayerIndex)


OnNotifyActiveStateChanged

function OnNotifyActiveStateChanged (UIScreenObject Sender, int PlayerIndex, UIState NewlyActiveState, optional UIState PreviouslyActiveState)

Callback for when the object's active state changes.

OnPlayerDetails

function bool OnPlayerDetails (UIScreenObject InButton, int InPlayerIndex)


RenderCallBack

function RenderCallBack ()


ScoreboardContextMenuClose

function bool ScoreboardContextMenuClose (UIContextMenu ContextMenu, int PlayerIndex)


ScoreboardContextMenuSelect

function ScoreboardContextMenuSelect (UIContextMenu ContextMenu, int PlayerIndex, int ItemIndex)


SetupButtonBar

function SetupButtonBar (UTUIButtonBar ButtonBar)

Overrides: UTTabPage.SetupButtonBar

Callback allowing the tabpage to setup the button bar for the current scene.