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

UE2:VotingHandler (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> Actor >> Info >> VotingHandler

Contents

Package: 
Engine
Direct subclass:
XVotingHandler

Class: Engine.VotingHandler

Base class for the VotingHandler that handles the server side of map and kick voting.

Written by Bruce Bickar (c) 2003, Epic Games, Inc. All Rights Reserved

[edit] Structs

[edit] AccumulationData

string Name 
int VoteCount 

[edit] KickVoteScore

int PlayerID 
int Team 
int KickVoteCount 

[edit] MapHistoryInfo

string
MapName - Used short/single character var names to keep ini file smaller
int
Play count. Number of times map has been played
int
Sequence. The order in which the map was played
string
per map game options
string
per map mutators

[edit] MapVoteGameConfig

string GameClass 
code class of game type. XGame.xDeathMatch
string Prefix 
MapName Prefix. DM, CTF, BR etc.
string Acronym 
Game Acronym (appended to map names in messages to help identify game type for map)
string GameName 
Name or Title of the game type. "DeathMatch", "Capture The Flag"
string Mutators 
Mutators to load with this gametype. "XGame.MutInstaGib,UnrealGame.MutBigHead,UnrealGame.MutLowGrav"
string Options 
Game Options

[edit] MapVoteGameConfigLite

string GameClass 
code class of game type. XGame.xDeathMatch
string Prefix 
MapName Prefix. DM, CTF, BR etc.
string GameName 
Name or Title of the game type. "DeathMatch", "Capture The Flag"

[edit] MapVoteMapList

string MapName 
int PlayCount 
int Sequence 
bool bEnabled 

[edit] MapVoteScore

int MapIndex 
int GameConfigIndex 
int VoteCount 

[edit] Functions

[edit] Static functions

[edit] FillPlayInfo

static function FillPlayInfo (PlayInfo PlayInfo)

Overrides: Info.FillPlayInfo


[edit] IsEnabled

static function bool IsEnabled ()


[edit] Instance functions

[edit] AddConfigArrayItem

function int AddConfigArrayItem (string ConfigArrayName)


[edit] DeleteConfigArrayItem

function DeleteConfigArrayItem (string ConfigArrayName, int RowIndex)


[edit] GetConfigArrayColumnTitle

function string GetConfigArrayColumnTitle (string ConfigArrayName, int ColumnIndex)


[edit] GetConfigArrayData

function string GetConfigArrayData (string ConfigArrayName, int RowIndex, int ColumnIndex)


[edit] GetConfigArrayItemCount

function int GetConfigArrayItemCount (string ConfigArrayName)


[edit] GetServerDetails

function GetServerDetails (out GameInfo.ServerResponseLine ServerState)


[edit] HandleRestartGame

function bool HandleRestartGame ()


[edit] PlayerExit

function PlayerExit (Controller Exiting)


[edit] PlayerJoin

function PlayerJoin (PlayerController Player)


[edit] ReloadAll

function ReloadAll (optional bool bParam)


[edit] UpdateConfigArrayItem

function UpdateConfigArrayItem (string ConfigArrayName, int RowIndex, int ColumnIndex, string NewValue)