Mostly Harmless

UE3:UTMapList (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> UTMapList

Contents

Package: 
UTGame

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

[edit] Properties

[edit] AutoLoadPrefixes

Type: string

Modifiers: config


[edit] BadMaps

Type: array<MapEntry>

Modifiers: config


[edit] bInitialized

Type: bool


[edit] LastActiveMapIndex

Type: int

Modifiers: config


[edit] MapReplayLimit

Type: int

Modifiers: config


[edit] Maps

Type: array<MapEntry>

Modifiers: config


[edit] Structs

[edit] MapEntry

string Map 
array<PropertyStruct> ExtraData 

[edit] PropertyStruct

name Key 
string Value 

[edit] Instance functions

[edit] GetExtraMapData

final function string GetExtraMapData (int Index, name Key)


[edit] GetLastActiveIndex

final function int GetLastActiveIndex ()


[edit] GetMap

final function string GetMap (int Index)


[edit] GetMapIndex

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


[edit] GetNextMapIndex

final function int GetNextMapIndex (optional int Start)


[edit] Initialize

function Initialize ()


[edit] SetExtraMapData

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


[edit] SetLastActiveIndex

final function SetLastActiveIndex (int Index)


[edit] SetMap

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