The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:UT2K4GamePageMP (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 "Host Game"
PanelCaption[5] "Server Rules"
PanelClass[0] "GUI2K4.UT2K4Tab_GameTypeMP"
PanelClass[1] "GUI2K4.UT2K4Tab_MainSP"
PanelClass[2] "GUI2K4.UT2K4Tab_RulesBase"
PanelClass[3] "GUI2K4.UT2K4Tab_MutatorMP"
PanelClass[4] "GUI2K4.UT2K4Tab_BotConfigMP"
PanelClass[5] "GUI2K4.UT2K4Tab_ServerRulesPanel"
PanelHint[5] "Configure the server settings..."
t_Footer UT2K4GameFooter'MPFooter'

Subobjects[edit]

MPFooter[edit]

Class: GUI2K4.UT2K4GameFooter

Property Value
FontScale FNS_Small
Justification TXTA_Left
PrimaryCaption "LISTEN"
PrimaryHint "Start A Listen Server With These Settings"
RenderWeight 0.3
SecondaryCaption "DEDICATED"
SecondaryHint "Start a Dedicated Server With These Settings"
TabOrder 8
TextIndent 5
WinLeft 0.0
WinTop 0.957943
WinWidth 1.0

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: UT2K4GamePageBase.InitComponent


Other instance functions[edit]

InitRuleInfo[edit]

function InitRuleInfo (array<class<Info> > InfoClasses)

Overrides: UT2K4GamePageBase.InitRuleInfo


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