UE3:UTMapList (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
UT3 Object >> UTMapList
Package:
UTGame

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Properties

AutoLoadPrefixes

Type: string

Modifiers: config


BadMaps

Type: array<MapEntry>

Modifiers: config


bInitialized

Type: bool


LastActiveMapIndex

Type: int

Modifiers: config


MapReplayLimit

Type: int

Modifiers: config


Maps

Type: array<MapEntry>

Modifiers: config


Structs

MapEntry

string Map
array<PropertyStruct> ExtraData

PropertyStruct

name Key
string Value

Instance functions

GetExtraMapData

final function string GetExtraMapData (int Index, name Key)


GetLastActiveIndex

final function int GetLastActiveIndex ()


GetMap

final function string GetMap (int Index)


GetMapIndex

final function int GetMapIndex (string Map, optional int StartIdx, optional string Options)


GetNextMapIndex

final function int GetNextMapIndex (optional int Start)


Initialize

function Initialize ()


SetExtraMapData

final function SetExtraMapData (int Index, name Key, string Value)


SetLastActiveIndex

final function SetLastActiveIndex (int Index)


SetMap

final function SetMap (int Index, string Map, optional bool bPreserveExtraData)