Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UTUIDataProvider_MapInfo

Extends
UTUIResourceDataProvider
Modifiers
native ( UI ) PerObjectConfig

Provides data for a UT3 map. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIDataProvider
      |   
      +-- Engine.UIPropertyDataProvider
         |   
         +-- Engine.UIResourceDataProvider
            |   
            +-- UTGame.UTUIResourceDataProvider
               |   
               +-- UTGame.UTUIDataProvider_MapInfo

Variables Summary
boolbOfficialMap
stringDescription
stringFriendlyName
intMapID
stringMapName
stringNumPlayers
stringPreviewImageMarkup
Inherited Variables from UTGame.UTUIResourceDataProvider
bRemoveOn360, bRemoveOnPC, bRemoveOnPS3, bSearchAllInis, IniName

Functions Summary
functionbool IsOfficialMap () con)
eventbool SupportedByCurrentGameMode ()))
Inherited Functions from UTGame.UTUIResourceDataProvider
IsFiltered
Inherited Functions from Engine.UIResourceDataProvider
IsProviderDisabled


Variables Detail

bOfficialMap Source code

var const private bool bOfficialMap;
Indicates whether this data provider corresponds to an epic map. Set natively when the data provider is initialized.

Description Source code

var config localized string Description;
Localized description of the map

FriendlyName Source code

var config localized string FriendlyName;
Friendly displayable name to the player.

MapID Source code

var config int MapID;
Unique ID for maps.

MapName Source code

var config string MapName;
Actual map name to load

NumPlayers Source code

var config localized string NumPlayers;
String describing how many players the map is good for.

PreviewImageMarkup Source code

var config string PreviewImageMarkup;
Markup text used to display the preview image for the map.


Functions Detail

IsOfficialMap Source code

native final const function bool IsOfficialMap ( ) con )

@return TRUE if this data provider corresponds to an epic map.

SupportedByCurrentGameMode Source code

event bool SupportedByCurrentGameMode ( ) )

@return Returns whether or not this provider is supported by the current game mode


Defaultproperties

defaultproperties
{
   bSearchAllInis=True
   Name="Default__UTUIDataProvider_MapInfo"
   ObjectArchetype=UTUIResourceDataProvider'UTGame.Default__UTUIResourceDataProvider'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:58.250 - Created with UnCodeX