I'm a doctor, not a mechanic

UE3:UTUITabPage_VoteTab (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 02:22, 26 July 2008 by Wormbo (Talk | contribs) (1 revision)

Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTTabPage_MidGame >> UTUITabPage_VoteTab
Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber

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

Properties

bShowingVotes

Type: bool

Modifiers: transient


ConsoleTextCnt

Type: int

Modifiers: transient


ConText

Type: UILabel

Modifiers: transient


LastBestVoteCount

Type: int

Modifiers: transient


LastBestVoteIndex

Type: int

Modifiers: transient


LocalMapList

Type: array<UTUIDataProvider_MapInfo>

list of local maps - used to get more friendly names when possible

MapVoteInfo

Type: UILabel

Modifiers: transient


MapVoteList

Type: UTSimpleList

Modifiers: transient


Default values

Property Value
OnTick TabTick
bRequiresTick True

Subobjects

WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTTabPage_MidGame.WidgetEventComponent

No new values.

Functions

Events

PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Called after this screen object's children have been initialized

Other instance functions

BeginVoting

function BeginVoting (UTVoteReplicationInfo VoteRI)


CheckGameStatus

function CheckGameStatus ()


DrawVote

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


DrawVotePostSelectionBar

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


FindWinningMap

function FindWinningMap ()


GetMapFriendlyName

function string GetMapFriendlyName (string Map)


GetVoteRI

function UTVoteReplicationInfo GetVoteRI ()


RecordVote

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


TabTick

function TabTick (float DeltaTime)

This tab is being ticked

TrimGameType

function string TrimGameType (string Map)

OBSOLETE - used GetMapFriendlyName