My program doesn't have bugs. It just develops random features.
UE2:UT2MidGameMenu (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UT2MidGameMenu |
- Package:
- XInterface
- This class in other games:
- UT2003
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
Property | Value |
---|---|
bAllowedAsLast | True |
bRequire640x480 | False |
Controls[0] | GUIButton'QuitBackground' |
Controls[1] | GUIButton'ContMatchButton' |
Controls[2] | GUIButton'QuitGameButton' |
Controls[3] | GUIButton'LeaveMatchButton' |
Controls[4] | GUIButton'SettingsButton' |
Controls[5] | GUIButton'ChangeTeamButton' |
Controls[6] | GUIButton'AddFavoriteButton' |
Controls[7] | GUIButton'BrowserButton' |
OpenSound | Sound'MenuSounds.SelectDshort' |
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" |
Functions
Events
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPage.InitComponent
Other instance functions
CurrentServerIsInFavorites
function bool CurrentServerIsInFavorites ()
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
InternalOnClose
function InternalOnClose (optional bool bCanceled)