Cogito, ergo sum

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[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]

function int FindIndex (string MapName)


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


Swap[edit]

function Swap (int a, int b)