Gah - a solution with more questions. – EntropicLqd
UE2:MapVoteHistory (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> MapVoteHistory |
- Package:
- xVoting
- Direct subclass:
- MapVoteHistory_INI
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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 ()