Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE3:UTUITabPage_VoteTab (UT3)
Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTTabPage_MidGame >> UTUITabPage_VoteTab |
Contents
- 1 Properties
- 1.1 bAddMutator
- 1.2 bForceVote
- 1.3 bGameVotingInitialized
- 1.4 bMapVotingInitialized
- 1.5 bMutatorVotingInitialized
- 1.6 bOldAdminStatus
- 1.7 bRefreshVoteLists
- 1.8 bShowingVotes
- 1.9 ConsoleTextCnt
- 1.10 ConText
- 1.11 DefaultVoteCellStyle
- 1.12 DefaultVoteOverlayStyle
- 1.13 GameList
- 1.14 GameListImg
- 1.15 GameListImgBG
- 1.16 GameListLabel
- 1.17 GameVotesLabel
- 1.18 LastBestVoteCount
- 1.19 LastBestVoteIndex
- 1.20 LastFocusedList
- 1.21 LastPCountTimestamp
- 1.22 LastPlayerCount
- 1.23 LocalMapList
- 1.24 MapList
- 1.25 MapListImg
- 1.26 MapListImgBG
- 1.27 MapListLabel
- 1.28 MapSwitchTimestamp
- 1.29 MapVoteInfo
- 1.30 MapVoteList
- 1.31 MapVotesLabel
- 1.32 MutatorList
- 1.33 MutatorListImg
- 1.34 MutatorListImgBG
- 1.35 MutatorListLabel
- 1.36 MutatorVotesLabel
- 1.37 MutHeaderIndicies
- 1.38 StringDataStore
- 1.39 VoteMenuHintLabel
- 1.40 WinningGameIndex
- 1.41 WinningMapIndex
- 1.42 WinningVoteCellStyle
- 1.43 WinningVoteOverlayStyle
- 1.44 Default values
- 1.45 Subobjects
- 2 Enums
- 3 Functions
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Properties
bAddMutator
Type: bool
Modifiers: transient
bForceVote
Type: bool
Modifiers: transient
bGameVotingInitialized
Type: bool
bMapVotingInitialized
Type: bool
bMutatorVotingInitialized
Type: bool
bOldAdminStatus
Type: bool
Modifiers: transient
bRefreshVoteLists
Type: bool
bShowingVotes
Type: bool
Modifiers: transient
ConsoleTextCnt
Type: int
Modifiers: transient
ConText
Type: UILabel
Modifiers: transient
DefaultVoteCellStyle
Type: UIRoot.UIStyleReference
Default value:
Member | Value |
---|---|
DefaultStyleTag | 'DefaultCellStyleSelected' |
RequiredStyleClass | Class'Engine.UIStyle_Combo' |
DefaultVoteOverlayStyle
Type: UIRoot.UIStyleReference
Default value:
Member | Value |
---|---|
DefaultStyleTag | 'ListItemBackgroundSelectedStyle' |
RequiredStyleClass | Class'Engine.UIStyle_Image' |
GameList
Type: UIList
Modifiers: transient
GameListImg
Type: UIImage
Modifiers: transient
GameListImgBG
Type: UIImage
Modifiers: transient
GameListLabel
Type: UILabel
Modifiers: transient
GameVotesLabel
Type: UILabel
Modifiers: transient
LastBestVoteCount
Type: int
Modifiers: transient
LastBestVoteIndex
Type: int
Modifiers: transient
LastFocusedList
Type: UIList
Modifiers: transient
LastPCountTimestamp
Type: float
LastPlayerCount
Type: int
LocalMapList
Type: array<UTUIDataProvider_MapInfo>
list of local maps - used to get more friendly names when possible
MapList
Type: UIList
Modifiers: transient
MapListImg
Type: UIImage
Modifiers: transient
MapListImgBG
Type: UIImage
Modifiers: transient
MapListLabel
Type: UILabel
Modifiers: transient
MapSwitchTimestamp
Type: float
MapVoteInfo
Type: UILabel
Modifiers: transient
MapVoteList
Type: UTSimpleList
Modifiers: transient
MapVotesLabel
Type: UILabel
Modifiers: transient
MutatorList
Type: UIList
Modifiers: transient
MutatorListImg
Type: UIImage
Modifiers: transient
MutatorListImgBG
Type: UIImage
Modifiers: transient
MutatorListLabel
Type: UILabel
Modifiers: transient
MutatorVotesLabel
Type: UILabel
Modifiers: transient
MutHeaderIndicies
Type: int
Array size: 2
StringDataStore
Type: UTUIDataStore_2DStringList
VoteMenuHintLabel
Type: UILabel
Modifiers: transient
WinningGameIndex
Type: int
Modifiers: transient
WinningMapIndex
Type: int
Modifiers: transient
WinningVoteCellStyle
Type: UIRoot.UIStyleReference
Default value:
Member | Value |
---|---|
DefaultStyleTag | 'DefaultCellStyleHover' |
RequiredStyleClass | Class'Engine.UIStyle_Combo' |
WinningVoteOverlayStyle
Type: UIRoot.UIStyleReference
Default value:
Member | Value |
---|---|
DefaultStyleTag | 'ListItemBackgroundHoverStyle' |
RequiredStyleClass | Class'Engine.UIStyle_Image' |
Default values
Property | Value |
---|---|
OnTick | TabTick |
bRequiresTick | True |
Subobjects
WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UTTabPage_MidGame.WidgetEventComponent
No new values.
Enums
EVoteListState
- VLS_Hidden
- VLS_Visible
- VLS_Disabled
Functions
Events
PostInitialize
Overrides: UIScreenObject.PostInitialize
Called after this screen object's children have been initialized