There is no spoon
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[edit]
AddToTickedReplicationQueue[edit]
function AddToTickedReplicationQueue (RepDataType Type, int Last)
CloseWindow[edit]
simulated function CloseWindow ()
DebugLog[edit]
simulated function DebugLog (string Text)
GetController[edit]
simulated function GUIController GetController ()
GetMapNameString[edit]
GetServerData[edit]
simulated function GetServerData ()
HandleCommand[edit]
KickVoteEnabled[edit]
simulated function bool KickVoteEnabled ()
Overrides: VotingReplicationInfoBase.KickVoteEnabled
MapVoteEnabled[edit]
simulated function bool MapVoteEnabled ()
Overrides: VotingReplicationInfoBase.MapVoteEnabled
MatchSettingsSubmit[edit]
function MatchSettingsSubmit ()
MatchSetupEnabled[edit]
simulated function bool MatchSetupEnabled ()
Overrides: VotingReplicationInfoBase.MatchSetupEnabled
MatchSetupLocked[edit]
simulated function bool MatchSetupLocked ()
Overrides: VotingReplicationInfoBase.MatchSetupLocked
MatchSetupLogin[edit]
MatchSetupLogout[edit]
function MatchSetupLogout ()
NeedNetNotify[edit]
simulated function bool NeedNetNotify ()
OpenWindow[edit]
simulated function OpenWindow ()
PlayCountDown[edit]
simulated function PlayCountDown (int Count)
ReceiveCommand[edit]
function ReceiveCommand (string Command)
ReceiveGameConfig[edit]
simulated function ReceiveGameConfig (VotingHandler.MapVoteGameConfigLite p_GameConfig)
ReceiveKickVoteCount[edit]
simulated function ReceiveKickVoteCount (VotingHandler.KickVoteScore KVCData, bool bReply)
ReceiveMapInfo[edit]
simulated function ReceiveMapInfo (VotingHandler.MapVoteMapList MapInfo)
ReceiveMapVoteCount[edit]
simulated function ReceiveMapVoteCount (VotingHandler.MapVoteScore MVCData, bool bReply)
ReplicationReply[edit]
function ReplicationReply ()
RequestMatchSettings[edit]
RequestPlayerIP[edit]
function RequestPlayerIP (string PlayerName)
RestoreDefaultProfile[edit]
function RestoreDefaultProfile ()
SaveAsDefault[edit]
function SaveAsDefault ()
SendClientResponse[edit]
SendKickVote[edit]
function SendKickVote (int PlayerID)
SendMapVote[edit]
SendPlayerID[edit]
SendResponse[edit]
simulated function SendResponse (string Response)
Overrides: VotingReplicationInfoBase.SendResponse