I'm a doctor, not a mechanic
UE2:MapVoteHistory (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> MapVoteHistory |
Contents |
- Package:
- xVoting
- Direct subclass:
- MapVoteHistory_INI
| This is an auto-generated page and may need human attention. Please remove this 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);
[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 ()
