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

UTGame.UTUIDataProvider_GameModeInfo

Extends
UTUIResourceDataProvider
Modifiers
native ( UI ) PerObjectConfig

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

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

Variables Summary
boolbIsCampaign
stringDefaultMap
stringDescription
stringFriendlyName
stringGameMode
stringGameSearchClass
stringGameSettingsClass
stringIconImage
floatIconU
floatIconUL
floatIconV
floatIconVL
stringModClientSettingsScene
stringModGameSettingsScene
stringOptionSet
stringPrefixes
stringPreviewImageMarkup
Inherited Variables from UTGame.UTUIResourceDataProvider
bRemoveOn360, bRemoveOnPC, bRemoveOnPS3, bSearchAllInis, IniName

Functions Summary
Inherited Functions from UTGame.UTUIResourceDataProvider
IsFiltered
Inherited Functions from Engine.UIResourceDataProvider
IsProviderDisabled


Variables Detail

bIsCampaign Source code

var config bool bIsCampaign;
Whether or not this a campaign game mode.

DefaultMap Source code

var config string DefaultMap;
The map that this game mode defaults to

Description Source code

var config localized string Description;
Localized description of the game mode

FriendlyName Source code

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

GameMode Source code

var config string GameMode;
full path to the game class

GameSearchClass Source code

var config string GameSearchClass;
Search class to use for this game mode.

GameSettingsClass Source code

var config string GameSettingsClass;
Settings class to use for this game mode.

IconImage Source code

var config string IconImage;
Image that the icon of this game mode is on.

IconU Source code

var config float IconU;
UV Coordinates for the icon.

IconUL Source code

var config float IconUL;

IconV Source code

var config float IconV;

IconVL Source code

var config float IconVL;

ModClientSettingsScene Source code

var config string ModClientSettingsScene;

ModGameSettingsScene Source code

var config string ModGameSettingsScene;

OptionSet Source code

var config string OptionSet;
Option set to use for the game mode.

Prefixes Source code

var config string Prefixes;
Prefixes of the maps this gametype supports.

PreviewImageMarkup Source code

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


Defaultproperties

defaultproperties
{
   bSearchAllInis=True
   Name="Default__UTUIDataProvider_GameModeInfo"
   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.215 - Created with UnCodeX