Gah - a solution with more questions. – EntropicLqd
UE2:MaplistRecord (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> MaplistRecord |
Contents
- Package:
- Engine
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. |
Created on: 09/04/2003 Stores custom maplists for each gametype.
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
Active
Type: int
Modifiers: protected
The index of the currently active map
bDirty
Type: bool
Modifiers: protected
CachedMaps
Modifiers: protected
DefaultActive
Type: int
Modifiers: protected, config
DefaultGameType
Type: string
Modifiers: protected, config
DefaultMaps
Modifiers: protected, config
DefaultTitle
Type: string
Modifiers: protected, config
GameType
Type: string
Modifiers: protected
The gametype associated with this custom maplist
Maps
Modifiers: protected
Title
Type: string
Modifiers: protected
Title of this custom maplist
Structs
MapItem
- string MapName
- string OptionString
- string FullURL
- array<GameInfo.KeyValuePair> Options
Functions
Static functions
CompareItems
CompareItemsSlow
CreateMapItem
CreateMapItemList
CreateMapOption
static function GameInfo.KeyValuePair CreateMapOption (out string MapOptionString)
GetBaseMapName
ItemHasOption
Events
Created
event Created ()
Overrides: Object.Created
Other instance functions
See MaplistRecord instance functions.
Operators
GameInfo.KeyValuePair == GameInfo.KeyValuePair
{{{1}}}
MapItem == MapItem
{{{1}}}