Gah - a solution with more questions. – EntropicLqd

UE3:UTUIDataProvider_MapInfo (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:11, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Package: 
UTGame
Implemented interfaces
UIListElementCellProvider
This class in other games:
UDK

Provides data for a UT3 map.

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

[edit] Properties

[edit] bOfficialMap

Type: bool

Modifiers: const, private

Indicates whether this data provider corresponds to an epic map. Set natively when the data provider is initialized.

[edit] Description

Type: string

Modifiers: config, localized

Localized description of the map

[edit] FriendlyName

Type: string

Modifiers: config, localized

Friendly displayable name to the player.

[edit] MapID

Type: int

Modifiers: config

Unique ID for maps.

[edit] MapName

Type: string

Modifiers: config

Actual map name to load

[edit] NumPlayers

Type: string

Modifiers: config, localized

String describing how many players the map is good for.

[edit] PreviewImageMarkup

Type: string

Modifiers: config

Markup text used to display the preview image for the map.

[edit] Default values

Property Value
bSearchAllInis True

[edit] Functions

[edit] Native functions

[edit] IsOfficialMap

native final function bool IsOfficialMap () const

Returns:

TRUE if this data provider corresponds to an epic map.

[edit] Events

[edit] SupportedByCurrentGameMode

event bool SupportedByCurrentGameMode ()

Returns:

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