My program doesn't have bugs. It just develops random features.

UE2:VotingReplicationInfoBase (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> Actor >> Info >> ReplicationInfo >> VotingReplicationInfoBase
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

Delegates[edit]

ProcessCommand[edit]

delegate ProcessCommand (string Command)


ProcessResponse[edit]

delegate ProcessResponse (string Response)


Instance functions[edit]

KickVoteEnabled[edit]

simulated function bool KickVoteEnabled ()


MapVoteEnabled[edit]

simulated function bool MapVoteEnabled ()


MatchSetupEnabled[edit]

simulated function bool MatchSetupEnabled ()


MatchSetupLocked[edit]

simulated function bool MatchSetupLocked ()


SendCommand[edit]

function SendCommand (string Cmd)


SendResponse[edit]

simulated function SendResponse (string Response)