UE2:UT2K4Tab_ServerRulesPanel (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Package:
GUI2K4

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

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

Properties

bLANServer

Type: bool

Modifiers: config


bWebadmin

Type: bool


ch_LANServer

Type: moCheckBox

Modifiers: automated


Default value: moCheckBox'LANServer'

ch_Webadmin

Type: moCheckBox

Modifiers: automated


Default value: moCheckBox'EnableWebadmin'

nu_Port

Type: moNumericEdit

Modifiers: automated


Default value: moNumericEdit'WebadminPort'

Port

Type: int


Subobjects

EnableWebadmin

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

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

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

Events

Closed

event Closed (GUIComponent Sender, bool bCancelled)

Overrides: GUIMultiComponent.Closed


InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: IAMultiColumnRulesPanel.InitComponent


Other instance functions

Change

function Change (GUIComponent Sender)


InternalOnLoadINI

function InternalOnLoadINI (GUIComponent Sender, string S)


Play

function string Play ()

Overrides: IAMultiColumnRulesPanel.Play


SetGamePI

protected function SetGamePI ()

Overrides: IAMultiColumnRulesPanel.SetGamePI


ShouldDisplayRule

protected function bool ShouldDisplayRule (int Index)

Overrides: IAMultiColumnRulesPanel.ShouldDisplayRule


UpdateBotSetting

function UpdateBotSetting (int i)

Overrides: IAMultiColumnRulesPanel.UpdateBotSetting


UpdatePortState

function UpdatePortState ()


UpdateSymbolButton

function UpdateSymbolButton ()

Overrides: IAMultiColumnRulesPanel.UpdateSymbolButton