There is no spoon
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
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 ()