There is no spoon

UE2:MapVoteHistory (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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