I'm a doctor, not a mechanic

UE3:UTUITabPage_InGame (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTTabPage_MidGame >> UTUITabPage_InGame

Contents

Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber
This class in other games:
UDK

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

[edit] Properties

[edit] AllPickupsLabel

Type: UILabel

Modifiers: transient


[edit] bCensor

Type: bool


[edit] bEndOfMatch

Type: bool

Modifiers: transient


[edit] bShowingRules

Type: bool

Modifiers: transient


[edit] bShowingVotes

Type: bool

Modifiers: transient


[edit] bTeamGame

Type: bool

Modifiers: transient


[edit] ConsoleTextCnt

Type: int

Modifiers: transient


[edit] ConText

Type: UILabel

Modifiers: transient


[edit] LastBestVoteCount

Type: int

Modifiers: transient


[edit] LastBestVoteIndex

Type: int

Modifiers: transient


[edit] LocalMapList

Type: array<UTUIDataProvider_MapInfo>


[edit] MapVoteInfo

Type: UILabel

Modifiers: transient


[edit] MapVoteList

Type: UTSimpleList

Modifiers: transient


[edit] MOTD

Type: UILabel

Modifiers: transient


[edit] MOTDText

Type: string

Modifiers: transient


[edit] MyButtonBar

Type: UTUIButtonBar

Modifiers: transient


[edit] PlayerPanel

Type: UIPanel

Modifiers: transient


[edit] RulesButtonIndex

Type: int

Modifiers: transient


[edit] Servername

Type: UILabel

Modifiers: transient


[edit] TeamScore

Type: UILabel

Array size: 2

Modifiers: transient


[edit] Default values

Property Value
OnTick TabTick
bRequiresTick True

[edit] Subobjects

[edit] WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTTabPage_MidGame.WidgetEventComponent

No new values.

[edit] Functions

[edit] Events

[edit] ActivatePage

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

Overrides: UITabPage.ActivatePage

(Description copied from UITabPage.ActivatePage)
Causes this page to become (or no longer be) the tab control's currently active page.

Parameters:

  • PlayerIndex - the index [into the Engine.GamePlayers array] for the player that wishes to activate this page.
  • bActivate - TRUE if this page should become the tab control's active page; FALSE if it is losing the active status.
  • bTakeFocus - specify TRUE to give this panel focus once it's active (only relevant if bActivate = true)

Returns:

TRUE if this page successfully changed its active state; FALSE otherwise.

[edit] PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Called after this screen object's children have been initialized

[edit] Other instance functions

[edit] BeginVoting

function BeginVoting (UTVoteReplicationInfo VoteRI)


[edit] CheckGameStatus

function CheckGameStatus ()


[edit] DrawVote

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


[edit] DrawVotePostSelectionBar

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


[edit] FavouriteButtonClicked

function bool FavouriteButtonClicked (UIScreenObject EventObject, int PlayerIndex)


[edit] FindWinningMap

function FindWinningMap ()


[edit] GetMapFriendlyName

function string GetMapFriendlyName (string Map)


[edit] GetVoteRI

function UTVoteReplicationInfo GetVoteRI ()


[edit] 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.

[edit] OnChangeTeam

function bool OnChangeTeam (UIScreenObject InButton, int InPlayerIndex)


[edit] OnMenuItemChosen

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


[edit] ParseMutatorList

function string ParseMutatorList (string t)


[edit] RecordVote

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


[edit] Reset

function Reset (WorldInfo WI)


[edit] RulesButtonClicked

function bool RulesButtonClicked (UIScreenObject EventObject, int PlayerIndex)


[edit] SetMessageOfTheDay

function SetMessageOfTheDay ()

Looks up the Message of the Day and sets it

[edit] SetupButtonBar

function SetupButtonBar (UTUIButtonBar ButtonBar)

Overrides: UTTabPage.SetupButtonBar

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

[edit] TabTick

function TabTick (float DeltaTime)

This tab is being ticked

[edit] TrimGameType

function string TrimGameType (string Map)


Personal tools