UE2:UT2MidGameMenu (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2MidGameMenu
Package:
XInterface
This class in other games:

null

Properties

BarHeight

Type: float


Default value: 0.21

BarVPos

Type: float


Default value: 0.5

bIgnoreEsc

Type: bool


Default value: True

ButtonHeight

Type: float


Default value: 0.04

ButtonHGap

Type: float


Default value: 0.02

ButtonVGap

Type: float


Default value: 0.02

ButtonWidth

Type: float


Default value: 0.27

LeaveEntryButtonText

Type: string

Modifiers: localized


Default value: "SERVER BROWSER"

LeaveMPButtonText

Type: string

Modifiers: localized


Default value: "DISCONNECT"

LeaveSPButtonText

Type: string

Modifiers: localized


Default value: "FORFEIT"

Default values

Subobjects

AddFavoriteButton

Class: XInterface.GUIButton

Property Value
Caption "ADD FAVORITE"
OnClick InternalOnClick
StyleName "MidGameButton"

BrowserButton

Class: XInterface.GUIButton

Property Value
Caption "SERVER BROWSER"
OnClick InternalOnClick
StyleName "MidGameButton"

ChangeTeamButton

Class: XInterface.GUIButton

Property Value
Caption "CHANGE TEAM"
OnClick InternalOnClick
StyleName "MidGameButton"

ContMatchButton

Class: XInterface.GUIButton

Property Value
Caption "CONTINUE"
OnClick InternalOnClick
StyleName "MidGameButton"

LeaveMatchButton

Class: XInterface.GUIButton

Property Value
Caption ""
OnClick InternalOnClick
StyleName "MidGameButton"

QuitBackground

Class: XInterface.GUIButton

Property Value
bAcceptsInput False
bNeverFocus True
StyleName "SquareBar"

QuitGameButton

Class: XInterface.GUIButton

Property Value
Caption "EXIT UT2003"
OnClick InternalOnClick
StyleName "MidGameButton"

SettingsButton

Class: XInterface.GUIButton

Property Value
Caption "SETTINGS"
OnClick InternalOnClick
StyleName "MidGameButton"

Instance functions

CurrentServerIsInFavorites

function bool CurrentServerIsInFavorites ()


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


InternalOnClose

function InternalOnClose (optional bool bCanceled)


InternalOnKeyEvent

function bool InternalOnKeyEvent (out byte Key, out byte State, float delta)