GUI2K4.UT2K4Tab_ServerRulesPanel
- Extends
- IAMultiColumnRulesPanel
- Modifiers
- config
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- GUI2K4.UT2K4PlayInfoPanel
|
+-- GUI2K4.IAMultiColumnRulesPanel
|
+-- GUI2K4.UT2K4Tab_ServerRulesPanel
Inherited Functions from GUI2K4.IAMultiColumnRulesPanel |
InitComponent, InternalOnChange, LoadRules, Play, Refresh, SetGamePI, ShouldDisplayRule, StoreSetting, SymbolConfigClosed, UpdateAdvancedCheckbox, UpdateBotSetting, UpdateSymbolButton |
Inherited Functions from GUI2K4.UT2K4PlayInfoPanel |
AddGroupHeader, AddRule, ArrayPropClicked, CanShowPanel, ClearRules, CustomClicked, CustomPageClosed, DumpListElements, FindComponentWithTag, FindGroupIndex, Free, InitComponent, InternalOnActivate, InternalOnChange, InternalOnCreateComponent, ListBoxCreateComponent, LoadRules, Refresh, StoreSetting, UpdateRules, UpdateSetting |
var config bool bLANServer;
var bool bWebadmin;
var int Port;
function InternalOnLoadINI (
GUIComponent Sender,
string S) )
function string Play ( ) )
protected function SetGamePI ( ) )
protected function bool ShouldDisplayRule ( int Index) )
function UpdateBotSetting ( int i) )
function UpdatePortState ( ) )
function UpdateSymbolButton ( ) )
defaultproperties
{
bLANServer=True
Begin Object Class=moCheckBox Name=EnableWebadmin
Caption="Enable WebAdmin"
OnCreateComponent=EnableWebadmin.InternalOnCreateComponent
IniOption="@Internal"
Hint="Enables remote web-based administration of the server"
WinTop=0.893334
WinLeft=0.586874
WinWidth=0.295063
WinHeight=0.043750
TabOrder=4
OnChange=UT2K4Tab_ServerRulesPanel.Change
OnLoadINI=UT2K4Tab_ServerRulesPanel.InternalOnLoadINI
End Object
ch_Webadmin=moCheckBox'GUI2K4.UT2K4Tab_ServerRulesPanel.EnableWebadmin'
Begin Object Class=moCheckBox Name=LANServer
Caption="LAN Server"
OnCreateComponent=LANServer.InternalOnCreateComponent
IniOption="@Internal"
Hint="Optimizes various engine and network settings for LAN-based play. Enabling this option when running an internet server will cause EXTREME lag during the match!"
WinTop=0.953334
WinLeft=0.073126
WinWidth=0.331250
WinHeight=0.043750
TabOrder=3
OnChange=UT2K4Tab_ServerRulesPanel.Change
OnLoadINI=UT2K4Tab_ServerRulesPanel.InternalOnLoadINI
End Object
ch_LANServer=moCheckBox'GUI2K4.UT2K4Tab_ServerRulesPanel.LANServer'
Begin Object Class=moNumericEdit Name=WebadminPort
MinValue=1
MaxValue=65536
CaptionWidth=0.700000
ComponentWidth=0.300000
Caption="WebAdmin Port"
OnCreateComponent=WebadminPort.InternalOnCreateComponent
IniOption="@Internal"
Hint="Select which port should be used to connect to the remote web-based administration"
WinTop=0.953334
WinLeft=0.586874
WinWidth=0.295063
WinHeight=0.043750
TabOrder=5
OnChange=UT2K4Tab_ServerRulesPanel.Change
OnLoadINI=UT2K4Tab_ServerRulesPanel.InternalOnLoadINI
End Object
nu_Port=moNumericEdit'GUI2K4.UT2K4Tab_ServerRulesPanel.WebadminPort'
RedSym=
}
|
Creation time: sk 18-3-2018 09:49:57.729 - Created with
UnCodeX