UE3:UTUIDataProvider MapInfo (UDK): Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
==Properties== | ==Properties== | ||
====Description==== | ====Description==== | ||
'''Type:''' [[string]] | '''Type:''' [[string]] | ||
Line 73: | Line 65: | ||
|} | |} | ||
==Events== | |||
====SupportedByCurrentGameMode==== | ====SupportedByCurrentGameMode==== | ||
{{code|event [[bool]] '''SupportedByCurrentGameMode''' ()}} | {{code|event [[bool]] '''SupportedByCurrentGameMode''' ()}} |
Revision as of 05:24, 17 January 2010
Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider >> UTUIResourceDataProvider >> UTUIDataProvider_MapInfo |
- Package:
- UTGame
- Implemented interfaces:
- UIListElementCellProvider, UIListElementProvider
- This class in other games:
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. |
Provides data for a UT3 map.
Properties
Description
Type: string
Modifiers: config, localized
Localized description of the map
FriendlyName
Type: string
Modifiers: config, localized
Friendly displayable name to the player.
MapId
Type: int
Modifiers: config
Unique ID for maps.
MapName
Type: string
Modifiers: config
Actual map name to load
NumPlayers
Type: string
Modifiers: config, localized
String describing how many players the map is good for.
PreviewImageMarkup
Type: string
Modifiers: config
Markup text used to display the preview image for the map.
Default values
Property | Value |
---|---|
bSearchAllInis | True |
Events
SupportedByCurrentGameMode
event bool SupportedByCurrentGameMode ()
Returns:
- Returns whether or not this provider is supported by the current game mode