Mostly Harmless

UE2:VotingReplicationInfo instance functions (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

;Other member categories for this class::internal variables

Instance functions

AddToTickedReplicationQueue

function AddToTickedReplicationQueue (RepDataType Type, int Last)


CloseWindow

simulated function CloseWindow ()


DebugLog

simulated function DebugLog (string Text)


GetController

simulated function GUIController GetController ()


GetMapNameString

simulated function string GetMapNameString (int Index)


GetServerData

simulated function GetServerData ()


HandleCommand

function HandleCommand (string Type, string Info, string Data)


KickVoteEnabled

simulated function bool KickVoteEnabled ()

Overrides: VotingReplicationInfoBase.KickVoteEnabled


MapVoteEnabled

simulated function bool MapVoteEnabled ()

Overrides: VotingReplicationInfoBase.MapVoteEnabled


MatchSettingsSubmit

function MatchSettingsSubmit ()


MatchSetupEnabled

simulated function bool MatchSetupEnabled ()

Overrides: VotingReplicationInfoBase.MatchSetupEnabled


MatchSetupLocked

simulated function bool MatchSetupLocked ()

Overrides: VotingReplicationInfoBase.MatchSetupLocked


MatchSetupLogin

function MatchSetupLogin (string UserID, string Password)


MatchSetupLogout

function MatchSetupLogout ()


NeedNetNotify

simulated function bool NeedNetNotify ()


OpenWindow

simulated function OpenWindow ()


PlayCountDown

simulated function PlayCountDown (int Count)


ReceiveCommand

function ReceiveCommand (string Command)


ReceiveGameConfig

simulated function ReceiveGameConfig (VotingHandler.MapVoteGameConfigLite p_GameConfig)


ReceiveKickVoteCount

simulated function ReceiveKickVoteCount (VotingHandler.KickVoteScore KVCData, bool bReply)


ReceiveMapInfo

simulated function ReceiveMapInfo (VotingHandler.MapVoteMapList MapInfo)


ReceiveMapVoteCount

simulated function ReceiveMapVoteCount (VotingHandler.MapVoteScore MVCData, bool bReply)


ReplicationReply

function ReplicationReply ()


RequestMatchSettings

function RequestMatchSettings (bool bRefreshMaps, bool bRefreshMutators)


RequestPlayerIP

function RequestPlayerIP (string PlayerName)


RestoreDefaultProfile

function RestoreDefaultProfile ()


SaveAsDefault

function SaveAsDefault ()


SendClientResponse

function SendClientResponse (string Identifier, optional string Response, optional string Data)


SendKickVote

function SendKickVote (int PlayerID)


SendMapVote

function SendMapVote (int MapIndex, int p_GameIndex)


SendPlayerID

simulated function SendPlayerID (string IPAddress, string PlayerID)


SendResponse

simulated function SendResponse (string Response)

Overrides: VotingReplicationInfoBase.SendResponse


TickedReplication_GameConfig

function TickedReplication_GameConfig (int Index, bool bDedicated)


TickedReplication_KickVoteCount

function TickedReplication_KickVoteCount (int Index, bool bDedicated)


TickedReplication_MapList

function TickedReplication_MapList (int Index, bool bDedicated)


TickedReplication_Maps

function TickedReplication_Maps (int Index, bool bDedicated)


TickedReplication_MapVoteCount

function TickedReplication_MapVoteCount (int Index, bool bDedicated)


TickedReplication_MatchConfig

function TickedReplication_MatchConfig (int Index, bool bDedicated)


TickedReplication_Mutators

function TickedReplication_Mutators (int Index, bool bDedicated)