I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:VotingReplicationInfoBase (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> Actor >> Info >> ReplicationInfo >> VotingReplicationInfoBase |
Contents |
- Package:
- Engine
- Direct subclass:
- VotingReplicationInfo
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Created on: 01/02/2004 Stub class for VotingReplicationInfo
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
[edit] Delegates
[edit] ProcessCommand
delegate ProcessCommand (string Command)
[edit] ProcessResponse
delegate ProcessResponse (string Response)
[edit] Instance functions
[edit] KickVoteEnabled
simulated function bool KickVoteEnabled ()
[edit] MapVoteEnabled
simulated function bool MapVoteEnabled ()
[edit] MatchSetupEnabled
simulated function bool MatchSetupEnabled ()
[edit] MatchSetupLocked
simulated function bool MatchSetupLocked ()
[edit] SendCommand
function SendCommand (string Cmd)
[edit] SendResponse
simulated function SendResponse (string Response)
