Mostly Harmless
UE2:VotingReplicationInfo instance functions (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> ReplicationInfo >> VotingReplicationInfoBase >> VotingReplicationInfo (instance functions) |
Contents
- 1 Instance functions
- 1.1 AddToTickedReplicationQueue
- 1.2 CloseWindow
- 1.3 DebugLog
- 1.4 GetController
- 1.5 GetMapNameString
- 1.6 GetServerData
- 1.7 HandleCommand
- 1.8 KickVoteEnabled
- 1.9 MapVoteEnabled
- 1.10 MatchSettingsSubmit
- 1.11 MatchSetupEnabled
- 1.12 MatchSetupLocked
- 1.13 MatchSetupLogin
- 1.14 MatchSetupLogout
- 1.15 NeedNetNotify
- 1.16 OpenWindow
- 1.17 PlayCountDown
- 1.18 ReceiveCommand
- 1.19 ReceiveGameConfig
- 1.20 ReceiveKickVoteCount
- 1.21 ReceiveMapInfo
- 1.22 ReceiveMapVoteCount
- 1.23 ReplicationReply
- 1.24 RequestMatchSettings
- 1.25 RequestPlayerIP
- 1.26 RestoreDefaultProfile
- 1.27 SaveAsDefault
- 1.28 SendClientResponse
- 1.29 SendKickVote
- 1.30 SendMapVote
- 1.31 SendPlayerID
- 1.32 SendResponse
- 1.33 TickedReplication_GameConfig
- 1.34 TickedReplication_KickVoteCount
- 1.35 TickedReplication_MapList
- 1.36 TickedReplication_Maps
- 1.37 TickedReplication_MapVoteCount
- 1.38 TickedReplication_MatchConfig
- 1.39 TickedReplication_Mutators
;Other member categories for this class::internal variables
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
AddToTickedReplicationQueue
function AddToTickedReplicationQueue (RepDataType Type, int Last)
CloseWindow
simulated function CloseWindow ()
DebugLog
simulated function DebugLog (string Text)
GetController
simulated function GUIController GetController ()
GetMapNameString
GetServerData
simulated function GetServerData ()
HandleCommand
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
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
RequestPlayerIP
function RequestPlayerIP (string PlayerName)
RestoreDefaultProfile
function RestoreDefaultProfile ()
SaveAsDefault
function SaveAsDefault ()
SendClientResponse
SendKickVote
function SendKickVote (int PlayerID)
SendMapVote
SendPlayerID
SendResponse
simulated function SendResponse (string Response)
Overrides: VotingReplicationInfoBase.SendResponse