Mostly Harmless
UE2:xVotingHandler instance functions (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> VotingHandler >> xVotingHandler (instance functions) |
Contents
- 1 Instance functions
- 1.1 AddConfigArrayItem
- 1.2 AddMap
- 1.3 AddMapVoteReplicationInfo
- 1.4 CloseAllVoteWindows
- 1.5 CreateMatchProfile
- 1.6 DeleteConfigArrayItem
- 1.7 GetAccVote
- 1.8 GetConfigArrayColumnTitle
- 1.9 GetConfigArrayData
- 1.10 GetConfigArrayItemCount
- 1.11 GetDefaultMap
- 1.12 GetGameConfig
- 1.13 GetMapList
- 1.14 GetMVRIIndex
- 1.15 GetPlayerScore
- 1.16 GetServerDetails
- 1.17 HandleRestartGame
- 1.18 IsValidVote
- 1.19 KickPlayer
- 1.20 LoadMapList
- 1.21 MatchSetupLogin
- 1.22 MatchSetupLogout
- 1.23 OpenAllVoteWindows
- 1.24 PlayerExit
- 1.25 PlayerJoin
- 1.26 PropagateValue
- 1.27 ReloadAll
- 1.28 ReloadMatchConfig
- 1.29 SaveAccVotes
- 1.30 SetupGameMap
- 1.31 SubmitKickVote
- 1.32 SubmitMapVote
- 1.33 TallyKickVotes
- 1.34 TallyVotes
- 1.35 UpdateConfigArrayItem
- 1.36 UpdateKickVoteCount
- 1.37 UpdateVoteCount
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. |
Instance functions
AddConfigArrayItem
Overrides: VotingHandler.AddConfigArrayItem
AddMap
AddMapVoteReplicationInfo
function AddMapVoteReplicationInfo (PlayerController Player)
CloseAllVoteWindows
function CloseAllVoteWindows ()
CreateMatchProfile
function MatchConfig CreateMatchProfile ()
DeleteConfigArrayItem
Overrides: VotingHandler.DeleteConfigArrayItem
GetAccVote
function int GetAccVote (PlayerController Player)
GetConfigArrayColumnTitle
Overrides: VotingHandler.GetConfigArrayColumnTitle
GetConfigArrayData
Overrides: VotingHandler.GetConfigArrayData
GetConfigArrayItemCount
Overrides: VotingHandler.GetConfigArrayItemCount
GetDefaultMap
GetGameConfig
function VotingHandler.MapVoteGameConfigLite GetGameConfig (int p_GameConfigIndex)
GetMapList
function VotingHandler.MapVoteMapList GetMapList (int p_MapIndex)
GetMVRIIndex
function int GetMVRIIndex (PlayerController Player)
GetPlayerScore
function float GetPlayerScore (PlayerController Player)
GetServerDetails
function GetServerDetails (out GameInfo.ServerResponseLine ServerState)
Overrides: VotingHandler.GetServerDetails
HandleRestartGame
function bool HandleRestartGame ()
Overrides: VotingHandler.HandleRestartGame
IsValidVote
KickPlayer
function KickPlayer (int PlayerIndex)
LoadMapList
function LoadMapList ()
MatchSetupLogin
MatchSetupLogout
function MatchSetupLogout (Actor Requestor)
OpenAllVoteWindows
function OpenAllVoteWindows ()
PlayerExit
function PlayerExit (Controller Exiting)
Overrides: VotingHandler.PlayerExit
PlayerJoin
function PlayerJoin (PlayerController Player)
Overrides: VotingHandler.PlayerJoin
PropagateValue
function PropagateValue (VotingReplicationInfo Sender, string Type, string SettingName, string NewValue)
ReloadAll
function ReloadAll (optional bool bParam)
Overrides: VotingHandler.ReloadAll
ReloadMatchConfig
SaveAccVotes
SetupGameMap
function string SetupGameMap (VotingHandler.MapVoteMapList MapInfo, int GameIndex, VotingHandler.MapHistoryInfo MapHistoryInfo)
SubmitKickVote
SubmitMapVote
TallyKickVotes
function TallyKickVotes ()
TallyVotes
function TallyVotes (bool bForceMapSwitch)
UpdateConfigArrayItem
function UpdateConfigArrayItem (string ConfigArrayName, int RowIndex, int ColumnIndex, string NewValue)
Overrides: VotingHandler.UpdateConfigArrayItem