UE2:MapVoteHistory (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> MapVoteHistory
Package:
xVoting
Direct subclass:
MapVoteHistory_INI

Class: xVoting.MapVoteHistory

Interface class used for saving map voting stats/history data.

Written by Bruce Bickar (c) 2003, Epic Games, Inc. All Rights Reserved class MapVoteHistory extends Info DependsOn(VotingHandler);

Instance functions

AddMap

function AddMap (VotingHandler.MapHistoryInfo MapInfo)


GetLeastPlayedMap

function VotingHandler.MapHistoryInfo GetLeastPlayedMap ()


GetMapBySeq

function VotingHandler.MapHistoryInfo GetMapBySeq (int SeqNum)


GetMapHistory

function VotingHandler.MapHistoryInfo GetMapHistory (string MapName)


GetMostPlayedMap

function VotingHandler.MapHistoryInfo GetMostPlayedMap ()


PlayMap

function VotingHandler.MapHistoryInfo PlayMap (string MapName)


RemoveMap

function RemoveMap (string MapName)


Save

function Save ()