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

Jump to: navigation, search
UT2004 Object >> Actor >> Info >> ReplicationInfo >> VotingReplicationInfoBase

Contents

Package: 
Engine
Direct subclass:
VotingReplicationInfo

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)