Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UTUITabPage_Scoreboard

Extends
UTTabPage_MidGame

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

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIScreenObject
      |   
      +-- Engine.UIObject
         |   
         +-- Engine.UIContainer
            |   
            +-- Engine.UITabPage
               |   
               +-- UTGame.UTTabPage
                  |   
                  +-- UTGame.UTTabPage_MidGame
                     |   
                     +-- UTGame.UTUITabPage_Scoreboard

Variables Summary
intAdminContextIdx
boolbContextMenuActive
UTUIButtonBarButtonBarRef
UTScoreInfoPanelInfoPanel
intKickButtonIdx
intKickContextIdx
array<UTScoreboardPanel>Scoreboards
intSelectedSB
Inherited Variables from UTGame.UTTabPage
bRequiresTick

Functions Summary
function DetailsIsDone (UIScene DeactivatedScene ))
function FindScoreboards (name PanelTagName))
functionUTPlayerReplicationInfo GetSelectedPRI ()))
event GetSupportedUIActionKeyNames (out array out_KeyNames ))
functionUTVoteReplicationInfo GetVoteRI ()))
functionbool HandleInputKey (const out InputEventParameters EventParms ))
functionbool InitScoreboardContextMenu (UIObject Sender, int PlayerIndex, out UIContextMenu CustomContextMenu))
function KickSelectedPlayer ()))
function NotifyKickVoteConfirmed ()
functionbool OnChangeTeam (UIScreenObject InButton, int InPlayerIndex))
function OnDoubleClick (UIScreenObject EventObject, int PlayerIndex ))
functionbool OnKickVote (UIScreenObject InButton, int InPlayerIndex))
function OnNotifyActiveStateChanged (UIScreenObject Sender, int PlayerIndex, UIState NewlyActiveState, optional UIState PreviouslyActiveState ))
functionbool OnPlayerDetails (UIScreenObject InButton, int InPlayerIndex))
function PostInitialize ()))
function RenderCallBack ()))
functionbool ScoreboardContextMenuClose (UIContextMenu ContextMenu, int PlayerIndex))
function ScoreboardContextMenuSelect (UIContextMenu ContextMenu, int PlayerIndex, int ItemIndex))
function SetupButtonBar (UTUIButtonBar ButtonBar))
Inherited Functions from UTGame.UTTabPage
CloseParentScene, GetButtonBar, HandleInputKey, OnChildRepositioned, SetupButtonBar


Variables Detail

AdminContextIdx Source code

var int AdminContextIdx;

bContextMenuActive Source code

var bool bContextMenuActive;

ButtonBarRef Source code

var UTUIButtonBar ButtonBarRef;

InfoPanel Source code

var transient UTScoreInfoPanel InfoPanel;

KickButtonIdx Source code

var int KickButtonIdx;

KickContextIdx Source code

var int KickContextIdx;

Scoreboards Source code

var transient array<UTScoreboardPanel> Scoreboards;

SelectedSB Source code

var int SelectedSB;


Functions Detail

DetailsIsDone Source code

function DetailsIsDone ( UIScene DeactivatedScene ) )

FindScoreboards Source code

function FindScoreboards ( name PanelTagName) )

GetSelectedPRI Source code

function UTPlayerReplicationInfo GetSelectedPRI ( ) )

GetSupportedUIActionKeyNames Source code

event GetSupportedUIActionKeyNames ( out array<Name> out_KeyNames ) )
Setup Input subscriptions

GetVoteRI Source code

final function UTVoteReplicationInfo GetVoteRI ( ) )

HandleInputKey Source code

function bool HandleInputKey ( const out InputEventParameters EventParms ) )

InitScoreboardContextMenu Source code

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

KickSelectedPlayer Source code

function KickSelectedPlayer ( ) )

NotifyKickVoteConfirmed Source code

function NotifyKickVoteConfirmed ( )

OnChangeTeam Source code

function bool OnChangeTeam ( UIScreenObject InButton, int InPlayerIndex) )

OnDoubleClick Source code

function OnDoubleClick ( UIScreenObject EventObject, int PlayerIndex ) )

OnKickVote Source code

function bool OnKickVote ( UIScreenObject InButton, int InPlayerIndex) )

OnNotifyActiveStateChanged Source code

function OnNotifyActiveStateChanged ( UIScreenObject Sender, int PlayerIndex, UIState NewlyActiveState, optional UIState PreviouslyActiveState ) )
Callback for when the object's active state changes.

OnPlayerDetails Source code

function bool OnPlayerDetails ( UIScreenObject InButton, int InPlayerIndex) )

PostInitialize Source code

function PostInitialize ( ) )

RenderCallBack Source code

function RenderCallBack ( ) )

ScoreboardContextMenuClose Source code

function bool ScoreboardContextMenuClose ( UIContextMenu ContextMenu, int PlayerIndex) )

ScoreboardContextMenuSelect Source code

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

SetupButtonBar Source code

function SetupButtonBar ( UTUIButtonBar ButtonBar) )


Defaultproperties

defaultproperties
{
   KickContextIdx=-1
   AdminContextIdx=-1
   Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTTabPage_MidGame:WidgetEventComponent'
      ObjectArchetype=UIComp_Event'UTGame.Default__UTTabPage_MidGame:WidgetEventComponent'
   End Object
   EventProvider=WidgetEventComponent
   Name="Default__UTUITabPage_Scoreboard"
   ObjectArchetype=UTTabPage_MidGame'UTGame.Default__UTTabPage_MidGame'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:59.796 - Created with UnCodeX