Mostly Harmless

UE2:UT2K4GamePageSP (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
GUI2K4

Created on: 12/11/2003 Description

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Default values[edit]

Property Value
PageCaption "Instant Action"
PanelClass[0] "GUI2K4.UT2K4Tab_GameTypeSP"
PanelClass[1] "GUI2K4.UT2K4Tab_MainSP"
PanelClass[2] "GUI2K4.UT2K4Tab_RulesBase"
PanelClass[3] "GUI2K4.UT2K4Tab_MutatorSP"
PanelClass[4] "GUI2K4.UT2K4Tab_BotConfigSP"
t_Footer UT2K4GameFooter'SPFooter'

Subobjects[edit]

SPFooter[edit]

Class: GUI2K4.UT2K4GameFooter

Property Value
FontScale FNS_Small
Justification TXTA_Left
PrimaryCaption "PLAY"
PrimaryHint "Start A Match With These Settings"
RenderWeight 0.3
SecondaryCaption "SPECTATE"
SecondaryHint "Spectate A Match With These Settings"
TabOrder 8
TextIndent 5
WinLeft 0.0
WinTop 0.957943
WinWidth 1.0

Instance functions[edit]

GetBotTabName[edit]

function string GetBotTabName ()

Overrides: UT2K4GamePageBase.GetBotTabName


PrepareToPlay[edit]

function PrepareToPlay (out string GameURL, optional string OverrideMap)

Overrides: UT2K4GamePageBase.PrepareToPlay


SetupBotText[edit]

function SetupBotText (class<GameInfoGameClass)

Overrides: UT2K4GamePageBase.SetupBotText


StartGame[edit]

function StartGame (string GameURL, bool bAlt)

Overrides: UT2K4GamePageBase.StartGame


UpdateBotSetting[edit]

function UpdateBotSetting (string NewValue, moNumericEdit BotControl)

Overrides: UT2K4GamePageBase.UpdateBotSetting