UTGame.UTUITabPage_VoteTab
- 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_VoteTab
Enumerations Summary |
EVoteListState VLS_Hidden,
VLS_Visible,
VLS_Disabled |
Functions Summary |
 | | BeginVoting (UTVoteReplicationInfo VoteRI))
|
 | | CheckGameStatus ()))
|
 | | DisplayGameTransferPending ()))
|
 | | DisplayMapTransferPending ()))
|
 | | DisplayMutTransferPending ()))
|
 | bool | DrawVote (UTSimpleList SimpleList, nt ItemIndex, float XPos, out float YPos))
|
 | bool | DrawVotePostSelectionBar (UTSimpleList SimpleList, float YPos, float Width, float Height))
|
 | | FindWinningMap ()))
|
 | int | GetAvailableListMapIdx ()
|
 | int | GetGameListGameIdx ()))
|
 | string | GetMapFriendlyName (string Map))
|
 | int | GetMapListMapIdx ()))
|
 | float | GetPlayerCount ()))
|
 | int | GetSelectedMutIdx ()))
|
 | int | GetVotedMapsIndex ()
|
 | UTVoteReplicationInfo | GetVoteRI ()))
|
 | | InitializeStringDataStore ()))
|
 | | OnActiveStateChanged (UIScreenObject Sender, int PlayerIndex, UIState NewlyActiveState, optional UIState PreviouslyActiveState))
|
 | | OnComboValueChanged (UIObject Sender, int PlayerIndex)
|
 | bool | OnForceMutOff (UIScreenObject Sender, int InPlayerIndex))
|
 | bool | OnForceMutOn (UIScreenObject Sender, int InPlayerIndex))
|
 | bool | OnForceVote (UIScreenObject Sender, int InPlayerIndex))
|
 | | OnListStateChanged (UIScreenObject Sender, int PlayerIndex, UIState NewlyActiveState, optional UIState PreviouslyActiveState))
|
 | | OnListSubmitSelection (UIList Sender, int PlayerIndex))
|
 | bool | OnVote (UIScreenObject Sender, int InPlayerIndex))
|
 | | PostInitialize ()))
|
 | | RecordVote (UTSimpleList SourceList, int SelectedIndex, int PlayerIndex))
|
 | | RefreshAvailableMaps (UTVoteReplicationInfo VRI)
|
 | | RefreshGameList (UTVoteReplicationInfo VRI))
|
 | | RefreshMapList (UTVoteReplicationInfo VRI))
|
 | | RefreshMutatorList (UTVoteReplicationInfo VRI, optional bool bFullUpdate))
|
 | | RefreshVotedMaps (UTVoteReplicationInfo VRI)
|
 | | ResetVoteLists ()))
|
 | | SetGameVoteListState (EVoteListState ListState))
|
 | | SetMapVoteListState (EVoteListState ListState))
|
 | | SetMutatorVoteListState (EVoteListState ListState))
|
 | | SetupButtonBar (UTUIButtonBar ButtonBar))
|
 | bool | SetupMutatorToolTip (UIObject Sender, out UIToolTip CustomToolTip))
|
 | | TabTick (float DeltaTime))
|
 | string | TrimGameType (string Map))
|
 | | UpdateGameVoteLists (UTVoteReplicationInfo VRI))
|
 | | UpdateMapVoteLists (UTVoteReplicationInfo VRI))
|
 | | UpdateMutatorVoteLists (UTVoteReplicationInfo VRI, optional bool bFullUpdate))
|
var transient bool bAddMutator;
var transient bool bForceVote;
bGameVotingInitialized Source code
var bool bGameVotingInitialized;
var bool bMapVotingInitialized;
bMutatorVotingInitialized Source code
var bool bMutatorVotingInitialized;
var transient bool bOldAdminStatus;
var bool bRefreshVoteLists;
var transient bool bShowingVotes;
var transient int ConsoleTextCnt;
DefaultVoteOverlayStyle Source code
var
transient UIList GameList;
var
transient UIImage GameListImgBG;
var
transient UILabel GameListLabel;
var
transient UILabel GameVotesLabel;
var transient int LastBestVoteCount;
var transient int LastBestVoteIndex;
var
transient UIList LastFocusedList;
var float LastPCountTimestamp;
var int LastPlayerCount;
var
transient UIImage MapListImgBG;
var
transient UILabel MapListLabel;
var float MapSwitchTimestamp;
var
transient UILabel MapVotesLabel;
var
transient UIList MutatorList;
var
transient UIImage MutatorListImg;
var
transient UIImage MutatorListImgBG;
var
transient UILabel MutatorListLabel;
var
transient UILabel MutatorVotesLabel;
var int MutHeaderIndicies[2];
var
transient UILabel VoteMenuHintLabel;
var transient int WinningGameIndex;
var transient int WinningMapIndex;
WinningVoteOverlayStyle Source code
function CheckGameStatus ( ) )
DisplayGameTransferPending Source code
function DisplayGameTransferPending ( ) )
DisplayMapTransferPending Source code
function DisplayMapTransferPending ( ) )
DisplayMutTransferPending Source code
function DisplayMutTransferPending ( ) )
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) )
function FindWinningMap ( ) )
GetAvailableListMapIdx Source code
final function int GetAvailableListMapIdx ( )
final function int GetGameListGameIdx ( ) )
function string GetMapFriendlyName ( string Map) )
final function int GetMapListMapIdx ( ) )
final function float GetPlayerCount ( ) )
final function int GetSelectedMutIdx ( ) )
final function int GetVotedMapsIndex ( )
InitializeStringDataStore Source code
final function InitializeStringDataStore ( ) )
function OnComboValueChanged (
UIObject Sender,
int PlayerIndex )
function bool OnForceMutOff (
UIScreenObject Sender,
int InPlayerIndex) )
function bool OnForceMutOn (
UIScreenObject Sender,
int InPlayerIndex) )
function bool OnForceVote (
UIScreenObject Sender,
int InPlayerIndex) )
function OnListSubmitSelection (
UIList Sender,
int PlayerIndex) )
function PostInitialize ( ) )
function RecordVote (
UTSimpleList SourceList,
int SelectedIndex,
int PlayerIndex) )
function ResetVoteLists ( ) )
SetMutatorVoteListState Source code
function TabTick ( float DeltaTime) )
function string TrimGameType ( string Map) )
UpdateMutatorVoteLists Source code
defaultproperties
{
WinningVoteCellStyle=(DefaultStyleTag="DefaultCellStyleHover",RequiredStyleClass=Class'Engine.UIStyle_Combo')
WinningVoteOverlayStyle=(DefaultStyleTag="ListItemBackgroundHoverStyle",RequiredStyleClass=Class'Engine.UIStyle_Image')
DefaultVoteCellStyle=(DefaultStyleTag="DefaultCellStyleSelected",RequiredStyleClass=Class'Engine.UIStyle_Combo')
DefaultVoteOverlayStyle=(DefaultStyleTag="ListItemBackgroundSelectedStyle",RequiredStyleClass=Class'Engine.UIStyle_Image')
bRequiresTick=True
__OnTick__Delegate=Default__UTUITabPage_VoteTab.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_VoteTab"
ObjectArchetype=UTTabPage_MidGame'UTGame.Default__UTTabPage_MidGame'
}
|
Creation time: sk 18-3-2018 10:00:59.940 - Created with
UnCodeX