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

UTGame.UTUITabPage_InGame

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_InGame

Variables Summary
UILabelAllPickupsLabel
boolbCensor
boolbEndOfMatch
boolbShowingRules
boolbShowingVotes
boolbTeamGame
intConsoleTextCnt
UILabelConText
intLastBestVoteCount
intLastBestVoteIndex
array<UTUIDataProvider_MapInfo>LocalMapList
UILabelMapVoteInfo
UTSimpleListMapVoteList
UILabelMOTD
stringMOTDText
UTUIButtonBarMyButtonBar
UIPanelPlayerPanel
intRulesButtonIndex
UILabelServername
UILabelTeamScore[2]
Inherited Variables from UTGame.UTTabPage
bRequiresTick

Functions Summary
eventbool ActivatePage (int PlayerIndex, bool bActivate, optional bool bTakeFocus=true ))
function BeginVoting (UTVoteReplicationInfo VoteRI)
function CheckGameStatus ()))
functionbool DrawVote (UTSimpleList SimpleList, nt ItemIndex, float XPos, out float YPos)
functionbool DrawVotePostSelectionBar (UTSimpleList SimpleList, float YPos, float Width, float Height)
functionbool FavouriteButtonClicked (UIScreenObject EventObject, int PlayerIndex))
function FindWinningMap ()
functionstring GetMapFriendlyName (string Map)
functionUTVoteReplicationInfo GetVoteRI ()
functionbool HandleInputKey (const out InputEventParameters EventParms ))
functionbool OnChangeTeam (UIScreenObject InButton, int InPlayerIndex))
function OnMenuItemChosen (UTSimpleList SourceList, int SelectedIndex, int PlayerIndex))
functionstring ParseMutatorList (string t))
function PostInitialize ()))
function RecordVote (UTSimpleList SourceList, int SelectedIndex, int PlayerIndex)
function Reset (WorldInfo WI))
functionbool RulesButtonClicked (UIScreenObject EventObject, int PlayerIndex))
function SetMessageOfTheDay ()))
function SetupButtonBar (UTUIButtonBar ButtonBar))
function TabTick (float DeltaTime))
functionstring TrimGameType (string Map)
Inherited Functions from UTGame.UTTabPage
CloseParentScene, GetButtonBar, HandleInputKey, OnChildRepositioned, SetupButtonBar


Variables Detail

AllPickupsLabel Source code

var transient UILabel AllPickupsLabel;

bCensor Source code

var bool bCensor;

bEndOfMatch Source code

var transient bool bEndOfMatch;

bShowingRules Source code

var transient bool bShowingRules;

bShowingVotes Source code

var transient bool bShowingVotes;

bTeamGame Source code

var transient bool bTeamGame;

ConsoleTextCnt Source code

var transient int ConsoleTextCnt;

ConText Source code

var transient UILabel ConText;

LastBestVoteCount Source code

var transient int LastBestVoteCount;

LastBestVoteIndex Source code

var transient int LastBestVoteIndex;

LocalMapList Source code

var array<UTUIDataProvider_MapInfo> LocalMapList;

MapVoteInfo Source code

var transient UILabel MapVoteInfo;

MapVoteList Source code

var transient UTSimpleList MapVoteList;

MOTD Source code

var transient UILabel MOTD;

MOTDText Source code

var transient string MOTDText;

MyButtonBar Source code

var transient UTUIButtonBar MyButtonBar;

PlayerPanel Source code

var transient UIPanel PlayerPanel;

RulesButtonIndex Source code

var transient int RulesButtonIndex;

Servername Source code

var transient UILabel Servername;

TeamScore[2] Source code

var transient UILabel TeamScore[2];


Functions Detail

ActivatePage Source code

event bool ActivatePage ( int PlayerIndex, bool bActivate, optional bool bTakeFocus=true ) )

BeginVoting Source code

function BeginVoting ( UTVoteReplicationInfo VoteRI )

CheckGameStatus Source code

function CheckGameStatus ( ) )

DrawVote Source code

function bool DrawVote ( UTSimpleList SimpleList,int ItemIndex, float XPos, out float YPos )

DrawVotePostSelectionBar Source code

function bool DrawVotePostSelectionBar ( UTSimpleList SimpleList, float YPos, float Width, float Height )

FavouriteButtonClicked Source code

function bool FavouriteButtonClicked ( UIScreenObject EventObject, int PlayerIndex) )

FindWinningMap Source code

function FindWinningMap ( )

GetMapFriendlyName Source code

function string GetMapFriendlyName ( string Map )

GetVoteRI Source code

function UTVoteReplicationInfo GetVoteRI ( )

HandleInputKey Source code

function bool HandleInputKey ( const out InputEventParameters EventParms ) )

OnChangeTeam Source code

function bool OnChangeTeam ( UIScreenObject InButton, int InPlayerIndex) )

OnMenuItemChosen Source code

function OnMenuItemChosen ( UTSimpleList SourceList, int SelectedIndex, int PlayerIndex) )

ParseMutatorList Source code

function string ParseMutatorList ( string t) )

PostInitialize Source code

function PostInitialize ( ) )

RecordVote Source code

function RecordVote ( UTSimpleList SourceList, int SelectedIndex, int PlayerIndex )

Reset Source code

function Reset ( WorldInfo WI) )

RulesButtonClicked Source code

function bool RulesButtonClicked ( UIScreenObject EventObject, int PlayerIndex) )

SetMessageOfTheDay Source code

function SetMessageOfTheDay ( ) )
Looks up the Message of the Day and sets it

SetupButtonBar Source code

function SetupButtonBar ( UTUIButtonBar ButtonBar) )

TabTick Source code

function TabTick ( float DeltaTime) )
This tab is being ticked

TrimGameType Source code

function string TrimGameType ( string Map )


Defaultproperties

defaultproperties
{
   bRequiresTick=True
   __OnTick__Delegate=Default__UTUITabPage_InGame.TabTick
   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_InGame"
   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.641 - Created with UnCodeX