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

Contents

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);

[edit] Instance functions

[edit] AddMap

function AddMap (VotingHandler.MapHistoryInfo MapInfo)


[edit] GetLeastPlayedMap

function VotingHandler.MapHistoryInfo GetLeastPlayedMap ()


[edit] GetMapBySeq

function VotingHandler.MapHistoryInfo GetMapBySeq (int SeqNum)


[edit] GetMapHistory

function VotingHandler.MapHistoryInfo GetMapHistory (string MapName)


[edit] GetMostPlayedMap

function VotingHandler.MapHistoryInfo GetMostPlayedMap ()


[edit] PlayMap

function VotingHandler.MapHistoryInfo PlayMap (string MapName)


[edit] RemoveMap

function RemoveMap (string MapName)


[edit] Save

function Save ()