Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
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[edit]
BarHeight[edit]
Type: float
Default value: 0.21
BarVPos[edit]
Type: float
Default value: 0.5
bIgnoreEsc[edit]
Type: bool
Default value: True
ButtonHeight[edit]
Type: float
Default value: 0.04
ButtonHGap[edit]
Type: float
Default value: 0.02
ButtonVGap[edit]
Type: float
Default value: 0.02
ButtonWidth[edit]
Type: float
Default value: 0.27
LeaveEntryButtonText[edit]
Type: string
Modifiers: localized
Default value: "SERVER BROWSER"
LeaveMPButtonText[edit]
Type: string
Modifiers: localized
Default value: "DISCONNECT"
LeaveSPButtonText[edit]
Type: string
Modifiers: localized
Default value: "FORFEIT"
Default values[edit]
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[edit]
AddFavoriteButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "ADD FAVORITE" |
OnClick | InternalOnClick |
StyleName | "MidGameButton" |
BrowserButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "SERVER BROWSER" |
OnClick | InternalOnClick |
StyleName | "MidGameButton" |
ChangeTeamButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "CHANGE TEAM" |
OnClick | InternalOnClick |
StyleName | "MidGameButton" |
ContMatchButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "CONTINUE" |
OnClick | InternalOnClick |
StyleName | "MidGameButton" |
LeaveMatchButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "" |
OnClick | InternalOnClick |
StyleName | "MidGameButton" |
QuitBackground[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bAcceptsInput | False |
bNeverFocus | True |
StyleName | "SquareBar" |
QuitGameButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "EXIT UT2003" |
OnClick | InternalOnClick |
StyleName | "MidGameButton" |
SettingsButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "SETTINGS" |
OnClick | InternalOnClick |
StyleName | "MidGameButton" |
Functions[edit]
Events[edit]
InitComponent[edit]
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPage.InitComponent
Other instance functions[edit]
CurrentServerIsInFavorites[edit]
function bool CurrentServerIsInFavorites ()
InternalOnClick[edit]
function bool InternalOnClick (GUIComponent Sender)
InternalOnClose[edit]
function InternalOnClose (optional bool bCanceled)