I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:Tab_MultiplayerHostServerSettings (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> Tab_MultiplayerHostServerSettings
Package: 
RTInterface
This class in other games:
UT2003, UT2004

Class: XInterface.Tab_MultiplayerHostServerSettings Parent: XInterface.GUITabPanel

<Enter a description here>

Properties

AdminName

Type: string

Modifiers: config


AdminPass

Type: string

Modifiers: config


bDedicated

Type: bool

Modifiers: config


bLanPlay

Type: bool

Modifiers: config


bUseDefaults

Type: bool

Modifiers: config


GamePass

Type: string

Modifiers: config


LaunchButton

Type: GUIButton


MaxPlayers

Type: int

Modifiers: config


MaxSpecs

Type: int

Modifiers: config


MinPlayers

Type: int

Modifiers: config

TODO - maybe get rid of

MyAdminEmail

Type: moEditBox


MyAdminName

Type: moEditBox


MyAdminPasswrd

Type: moEditBox


MyAdvertise

Type: moCheckBox


MyDedicated

Type: moCheckBox


MyLanGame

Type: moCheckBox


MyMaxPlayers

Type: moNumericEdit


MyMaxSpecs

Type: moNumericEdit


MyMinPlayers

Type: moNumericEdit


MyMOTD1

Type: moEditBox


MyMOTD2

Type: moEditBox


MyMOTD3

Type: moEditBox


MyMOTD4

Type: moEditBox


MyServerName

Type: moEditBox


MyServerPasswrd

Type: moEditBox


MyUseDefaults

Type: moCheckBox


MyUseWebAdmin

Type: moCheckBox


MyWebPort

Type: moNumericEdit


Default values

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

OnChangeCustomBots

delegate OnChangeCustomBots (bool Enable)


Instance functions

InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Launch

function bool Launch (GUIComponent Sender)


Play

function string Play ()


UseMapOnChange

function UseMapOnChange (GUIComponent Sender)