Mostly Harmless
UE2:Tab_MultiplayerHostServerSettings (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> Tab_MultiplayerHostServerSettings |
Contents
- 1 Properties
- 1.1 AdminName
- 1.2 AdminPass
- 1.3 bDedicated
- 1.4 bLanPlay
- 1.5 bUseDefaults
- 1.6 GamePass
- 1.7 LaunchButton
- 1.8 MaxPlayers
- 1.9 MaxSpecs
- 1.10 MinPlayers
- 1.11 MyAdminEmail
- 1.12 MyAdminName
- 1.13 MyAdminPasswrd
- 1.14 MyAdvertise
- 1.15 MyDedicated
- 1.16 MyLanGame
- 1.17 MyMaxPlayers
- 1.18 MyMaxSpecs
- 1.19 MyMinPlayers
- 1.20 MyMOTD1
- 1.21 MyMOTD2
- 1.22 MyMOTD3
- 1.23 MyMOTD4
- 1.24 MyServerName
- 1.25 MyServerPasswrd
- 1.26 MyUseDefaults
- 1.27 MyUseWebAdmin
- 1.28 MyWebPort
- 1.29 Default values
- 2 Delegates
- 3 Instance functions
- Package:
- RTInterface
- This class in other games:
- UT2003, UT2004
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. |
Class: XInterface.Tab_MultiplayerHostServerSettings Parent: XInterface.GUITabPanel
<Enter a description here>
Properties[edit]
AdminName[edit]
Type: string
Modifiers: config
AdminPass[edit]
Type: string
Modifiers: config
bDedicated[edit]
Type: bool
Modifiers: config
bLanPlay[edit]
Type: bool
Modifiers: config
bUseDefaults[edit]
Type: bool
Modifiers: config
GamePass[edit]
Type: string
Modifiers: config
LaunchButton[edit]
Type: GUIButton
MaxPlayers[edit]
Type: int
Modifiers: config
MaxSpecs[edit]
Type: int
Modifiers: config
MinPlayers[edit]
Type: int
Modifiers: config
TODO - maybe get rid of
MyAdminEmail[edit]
Type: moEditBox
MyAdminName[edit]
Type: moEditBox
MyAdminPasswrd[edit]
Type: moEditBox
MyAdvertise[edit]
Type: moCheckBox
MyDedicated[edit]
Type: moCheckBox
MyLanGame[edit]
Type: moCheckBox
MyMaxPlayers[edit]
Type: moNumericEdit
MyMaxSpecs[edit]
Type: moNumericEdit
MyMinPlayers[edit]
Type: moNumericEdit
MyMOTD1[edit]
Type: moEditBox
MyMOTD2[edit]
Type: moEditBox
MyMOTD3[edit]
Type: moEditBox
MyMOTD4[edit]
Type: moEditBox
MyServerName[edit]
Type: moEditBox
MyServerPasswrd[edit]
Type: moEditBox
MyUseDefaults[edit]
Type: moCheckBox
MyUseWebAdmin[edit]
Type: moCheckBox
MyWebPort[edit]
Type: moNumericEdit
Default values[edit]
Property | Value |
---|---|
Controls[0] | GUIImage'RTInterface.Tab_MultiplayerHostServerSettings.MPServerBk1' |
Controls[1] | GUIImage'RTInterface.Tab_MultiplayerHostServerSettings.MPServerBk2' |
Controls[10] | moEditBox'RTInterface.Tab_MultiplayerHostServerSettings.MPServerPW' |
Controls[11] | moEditBox'RTInterface.Tab_MultiplayerHostServerSettings.MPServerAdminName' |
Controls[12] | moEditBox'RTInterface.Tab_MultiplayerHostServerSettings.MPServerAdminEmail' |
Controls[13] | moEditBox'RTInterface.Tab_MultiplayerHostServerSettings.MPServerAdminPW' |
Controls[14] | moEditBox'RTInterface.Tab_MultiplayerHostServerSettings.MPServerMOTD1' |
Controls[15] | moEditBox'RTInterface.Tab_MultiplayerHostServerSettings.MPServerMOTD2' |
Controls[16] | moEditBox'RTInterface.Tab_MultiplayerHostServerSettings.MPServerMOTD3' |
Controls[17] | moEditBox'RTInterface.Tab_MultiplayerHostServerSettings.MPServerMOTD4' |
Controls[18] | moCheckBox'RTInterface.Tab_MultiplayerHostServerSettings.MPServerUseWebAdmin' |
Controls[19] | moNumericEdit'RTInterface.Tab_MultiplayerHostServerSettings.MPServerWebPort' |
Controls[2] | moCheckBox'RTInterface.Tab_MultiplayerHostServerSettings.MPServerDedicated' |
Controls[20] | GUIButton'RTInterface.Tab_MultiplayerHostServerSettings.LaunchB' |
Controls[3] | moCheckBox'RTInterface.Tab_MultiplayerHostServerSettings.MPServerLanGame' |
Controls[4] | moCheckBox'RTInterface.Tab_MultiplayerHostServerSettings.MPServerAdvertise' |
Controls[5] | moCheckBox'RTInterface.Tab_MultiplayerHostServerSettings.MPServerUseDefaults' |
Controls[6] | moNumericEdit'RTInterface.Tab_MultiplayerHostServerSettings.MPServerMinPlayers' |
Controls[7] | moNumericEdit'RTInterface.Tab_MultiplayerHostServerSettings.MPServerMaxPlayers' |
Controls[8] | moNumericEdit'RTInterface.Tab_MultiplayerHostServerSettings.MPServerMaxSpecs' |
Controls[9] | moEditBox'RTInterface.Tab_MultiplayerHostServerSettings.MPServerName' |
WinHeight | 0.77 |
WinTop | 0.15 |
Delegates[edit]
OnChangeCustomBots[edit]
delegate OnChangeCustomBots (bool Enable)
Instance functions[edit]
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent
Launch[edit]
function bool Launch (GUIComponent Sender)
Play[edit]
function string Play ()
UseMapOnChange[edit]
function UseMapOnChange (GUIComponent Sender)