Mostly Harmless
UE2:MapVoteHistory_INI (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> MapVoteHistory >> MapVoteHistory_INI |
- Package:
- xVoting
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_INI
Used to save map stats/history data to an ini file. Subclasses
Written by Bruce Bickar (c) 2002, Epic Games, Inc. All Rights Reserved
Properties[edit]
bUpdated[edit]
Type: bool
H[edit]
Type: array<VotingHandler.MapHistoryInfo>
Modifiers: config
array used to store map data
LastMapIndex[edit]
Type: int
Modifiers: config
Default value: -1
Instance functions[edit]
AddMap[edit]
function AddMap (VotingHandler.MapHistoryInfo MapInfo)
Overrides: MapVoteHistory.AddMap
FindIndex[edit]
GetMapHistory[edit]
function VotingHandler.MapHistoryInfo GetMapHistory (string MapName)
Overrides: MapVoteHistory.GetMapHistory
PlayMap[edit]
function VotingHandler.MapHistoryInfo PlayMap (string MapName)
Overrides: MapVoteHistory.PlayMap
RemoveMap[edit]
function RemoveMap (string MapName)
Overrides: MapVoteHistory.RemoveMap
RemoveMapByIndex[edit]
function RemoveMapByIndex (int Index)
RemoveOldestMap[edit]
function RemoveOldestMap ()
Save[edit]
function Save ()
Overrides: MapVoteHistory.Save