I'm a doctor, not a mechanic

UE2:MapVoteHistory (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
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[edit]

AddMap[edit]

function AddMap (VotingHandler.MapHistoryInfo MapInfo)


GetLeastPlayedMap[edit]

function VotingHandler.MapHistoryInfo GetLeastPlayedMap ()


GetMapBySeq[edit]

function VotingHandler.MapHistoryInfo GetMapBySeq (int SeqNum)


GetMapHistory[edit]

function VotingHandler.MapHistoryInfo GetMapHistory (string MapName)


GetMostPlayedMap[edit]

function VotingHandler.MapHistoryInfo GetMostPlayedMap ()


PlayMap[edit]

function VotingHandler.MapHistoryInfo PlayMap (string MapName)


RemoveMap[edit]

function RemoveMap (string MapName)


Save[edit]

function Save ()