I'm a doctor, not a mechanic

UE3:UTUITabPage_GameModeSelection (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_GameModeSelection
Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber
This class in other games:
UDK

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

Game mode selection page for UT3.

Properties[edit]

GameModeDescription[edit]

Type: UILabel

Modifiers: transient

Description of the currently selected game mode.

GameModeList[edit]

Type: UTUIList

Modifiers: transient

Reference to the game mode list.

GameModePreviewImage[edit]

Type: UIImage

Modifiers: transient

Preview image for a game mode.

Subobjects[edit]

WidgetEventComponent[edit]

Class: Engine.UIComp_Event

Inherits from: UTTabPage.WidgetEventComponent

No new values.

Delegates[edit]

OnGameModeSelected[edit]

delegate OnGameModeSelected (string InGameMode, string InDefaultMap, string GameSettingsClass, bool bSelectionSubmitted)

Delegate for when the user selects a game mode on this page.

Functions[edit]

Events[edit]

PostInitialize[edit]

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Post initialization event - Setup widget delegates.

Other instance functions[edit]

GetOptionSet[edit]

function string GetOptionSet ()

Returns:

Returns the option set for the currently selected game mode.

OnGameModeChanged[edit]

function OnGameModeChanged (bool bSubmitted)

Callback for when the game mode changes, issues the delegate and sets some registry values.

OnGameModeList_SubmitSelection[edit]

function OnGameModeList_SubmitSelection (UIList Sender, optional int PlayerIndex)

Called when the user presses Enter (or any other action bound to UIKey_SubmitListSelection) while this list has focus.

Parameters:

  • Sender - the list that is submitting the selection

OnGameModeList_ValueChanged[edit]

function OnGameModeList_ValueChanged (UIObject Sender, optional int PlayerIndex)

Called when the user presses Enter (or any other action bound to UIKey_SubmitListSelection) while this list has focus.

Parameters:

  • Sender - the list that is submitting the selection