Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:MapVoteHistory_INI (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> MapVoteHistory >> MapVoteHistory_INI
Package: 
xVoting

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

bUpdated

Type: bool


H

Type: array<VotingHandler.MapHistoryInfo>

Modifiers: config

array used to store map data

LastMapIndex

Type: int

Modifiers: config


Default value: -1

Instance functions

AddMap

function AddMap (VotingHandler.MapHistoryInfo MapInfo)

Overrides: MapVoteHistory.AddMap


FindIndex

function int FindIndex (string MapName)


GetMapHistory

function VotingHandler.MapHistoryInfo GetMapHistory (string MapName)

Overrides: MapVoteHistory.GetMapHistory


PlayMap

function VotingHandler.MapHistoryInfo PlayMap (string MapName)

Overrides: MapVoteHistory.PlayMap


RemoveMap

function RemoveMap (string MapName)

Overrides: MapVoteHistory.RemoveMap


RemoveMapByIndex

function RemoveMapByIndex (int Index)


RemoveOldestMap

function RemoveOldestMap ()


Save

function Save ()

Overrides: MapVoteHistory.Save


Swap

function Swap (int a, int b)