The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:UT2K4Tab_ServerRulesPanel (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
GUI2K4

Server version of IAMultiColumnRulesPanel. Only shows Voting and Server settings.

Created by Bruce Bickar © 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

bLANServer[edit]

Type: bool

Modifiers: config


bWebadmin[edit]

Type: bool


ch_LANServer[edit]

Type: moCheckBox

Modifiers: automated


Default value: moCheckBox'LANServer'

ch_Webadmin[edit]

Type: moCheckBox

Modifiers: automated


Default value: moCheckBox'EnableWebadmin'

nu_Port[edit]

Type: moNumericEdit

Modifiers: automated


Default value: moNumericEdit'WebadminPort'

Port[edit]

Type: int


Subobjects[edit]

EnableWebadmin[edit]

Class: XInterface.moCheckBox

Property Value
bAutoSizeCaption True
Caption "Enable WebAdmin"
Hint "Enables remote web-based administration of the server"
IniOption "@Internal"
OnChange Change
OnLoadINI InternalOnLoadINI
TabOrder 4
WinHeight 0.04375
WinLeft 0.586874
WinTop 0.893334
WinWidth 0.295063

LANServer[edit]

Class: XInterface.moCheckBox

Property Value
bAutoSizeCaption True
Caption "LAN Server"
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!"
IniOption "@Internal"
OnChange Change
OnLoadINI InternalOnLoadINI
TabOrder 3
WinHeight 0.04375
WinLeft 0.073126
WinTop 0.953334
WinWidth 0.33125

WebadminPort[edit]

Class: XInterface.moNumericEdit

Property Value
bAutoSizeCaption True
Caption "WebAdmin Port"
CaptionWidth 0.7
ComponentWidth 0.3
Hint "Select which port should be used to connect to the remote web-based administration"
IniOption "@Internal"
MaxValue 65536
MinValue 1
OnChange Change
OnLoadINI InternalOnLoadINI
TabOrder 5
WinHeight 0.04375
WinLeft 0.586874
WinTop 0.953334
WinWidth 0.295063

Functions[edit]

Events[edit]

Closed[edit]

event Closed (GUIComponent Sender, bool bCancelled)

Overrides: GUIMultiComponent.Closed


InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: IAMultiColumnRulesPanel.InitComponent


Other instance functions[edit]

Change[edit]

function Change (GUIComponent Sender)


InternalOnLoadINI[edit]

function InternalOnLoadINI (GUIComponent Sender, string S)


Play[edit]

function string Play ()

Overrides: IAMultiColumnRulesPanel.Play


SetGamePI[edit]

protected function SetGamePI ()

Overrides: IAMultiColumnRulesPanel.SetGamePI


ShouldDisplayRule[edit]

protected function bool ShouldDisplayRule (int Index)

Overrides: IAMultiColumnRulesPanel.ShouldDisplayRule


UpdateBotSetting[edit]

function UpdateBotSetting (int i)

Overrides: IAMultiColumnRulesPanel.UpdateBotSetting


UpdatePortState[edit]

function UpdatePortState ()


UpdateSymbolButton[edit]

function UpdateSymbolButton ()

Overrides: IAMultiColumnRulesPanel.UpdateSymbolButton