I'm a doctor, not a mechanic
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[edit]
AddConfigArrayItem[edit]
Overrides: VotingHandler.AddConfigArrayItem
AddMap[edit]
AddMapVoteReplicationInfo[edit]
function AddMapVoteReplicationInfo (PlayerController Player)
CloseAllVoteWindows[edit]
function CloseAllVoteWindows ()
CreateMatchProfile[edit]
function MatchConfig CreateMatchProfile ()
DeleteConfigArrayItem[edit]
Overrides: VotingHandler.DeleteConfigArrayItem
GetAccVote[edit]
function int GetAccVote (PlayerController Player)
GetConfigArrayColumnTitle[edit]
Overrides: VotingHandler.GetConfigArrayColumnTitle
GetConfigArrayData[edit]
Overrides: VotingHandler.GetConfigArrayData
GetConfigArrayItemCount[edit]
Overrides: VotingHandler.GetConfigArrayItemCount
GetDefaultMap[edit]
GetGameConfig[edit]
function VotingHandler.MapVoteGameConfigLite GetGameConfig (int p_GameConfigIndex)
GetMapList[edit]
function VotingHandler.MapVoteMapList GetMapList (int p_MapIndex)
GetMVRIIndex[edit]
function int GetMVRIIndex (PlayerController Player)
GetPlayerScore[edit]
function float GetPlayerScore (PlayerController Player)
GetServerDetails[edit]
function GetServerDetails (out GameInfo.ServerResponseLine ServerState)
Overrides: VotingHandler.GetServerDetails
HandleRestartGame[edit]
function bool HandleRestartGame ()
Overrides: VotingHandler.HandleRestartGame
IsValidVote[edit]
KickPlayer[edit]
function KickPlayer (int PlayerIndex)
LoadMapList[edit]
function LoadMapList ()
MatchSetupLogin[edit]
MatchSetupLogout[edit]
function MatchSetupLogout (Actor Requestor)
OpenAllVoteWindows[edit]
function OpenAllVoteWindows ()
PlayerExit[edit]
function PlayerExit (Controller Exiting)
Overrides: VotingHandler.PlayerExit
PlayerJoin[edit]
function PlayerJoin (PlayerController Player)
Overrides: VotingHandler.PlayerJoin
PropagateValue[edit]
function PropagateValue (VotingReplicationInfo Sender, string Type, string SettingName, string NewValue)
ReloadAll[edit]
function ReloadAll (optional bool bParam)
Overrides: VotingHandler.ReloadAll
ReloadMatchConfig[edit]
SaveAccVotes[edit]
SetupGameMap[edit]
function string SetupGameMap (VotingHandler.MapVoteMapList MapInfo, int GameIndex, VotingHandler.MapHistoryInfo MapHistoryInfo)
SubmitKickVote[edit]
SubmitMapVote[edit]
TallyKickVotes[edit]
function TallyKickVotes ()
TallyVotes[edit]
function TallyVotes (bool bForceMapSwitch)
UpdateConfigArrayItem[edit]
function UpdateConfigArrayItem (string ConfigArrayName, int RowIndex, int ColumnIndex, string NewValue)
Overrides: VotingHandler.UpdateConfigArrayItem