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

UTGame.UTUITabPage_Scoreboard

Extends
UTTabPage_MidGame

Copyright 1998-2007 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
UTScoreInfoPanelInfoPanel
array<UTScoreboardPanel>Scoreboards
intSelectedPI
Inherited Variables from UTGame.UTTabPage
bRequiresTick

Functions Summary
function DetailsIsDone (UIScene DeactivatedScene ))
function FindScoreboards (name PanelTagName))
functionUTPlayerReplicationInfo GetSelectedPRI ()))
event GetSupportedUIActionKeyNames (out array out_KeyNames ))
functionbool HandleInputKey (const out InputEventParameters EventParms ))
function NotifyGameSessionEnded ()))
functionbool OnChangeTeam (UIScreenObject InButton, int InPlayerIndex))
functionbool OnPlayerDetails (UIScreenObject InButton, int InPlayerIndex))
function OnScoreboardSelectionChange (UTScoreboardPanel TargetScoreboard, UTPlayerReplicationInfo PRI))
function PostInitialize ()))
function RenderCallBack ()))
function SetupButtonBar (UTUIButtonBar ButtonBar))
Inherited Functions from UTGame.UTTabPage
CloseParentScene, HandleInputKey, OnChildRepositioned, SetupButtonBar


Variables Detail

InfoPanel Source code

var transient UTScoreInfoPanel InfoPanel;

Scoreboards Source code

var transient array<UTScoreboardPanel> Scoreboards;

SelectedPI Source code

var int SelectedPI;


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

HandleInputKey Source code

function bool HandleInputKey ( const out InputEventParameters EventParms ) )

NotifyGameSessionEnded Source code

function NotifyGameSessionEnded ( ) )

OnChangeTeam Source code

function bool OnChangeTeam ( UIScreenObject InButton, int InPlayerIndex) )

OnPlayerDetails Source code

function bool OnPlayerDetails ( UIScreenObject InButton, int InPlayerIndex) )

OnScoreboardSelectionChange Source code

function OnScoreboardSelectionChange ( UTScoreboardPanel TargetScoreboard, UTPlayerReplicationInfo PRI) )

PostInitialize Source code

function PostInitialize ( ) )

RenderCallBack Source code

function RenderCallBack ( ) )

SetupButtonBar Source code

function SetupButtonBar ( UTUIButtonBar ButtonBar) )


Defaultproperties

defaultproperties
{
   SelectedPI=-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: Mon 26/11/2007 17:41:35.140 - Created with UnCodeX