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

UE1:UTServerSetupPage (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Package: 
UTMenu

null

Properties

AdminPasswordEdit

Type: UWindowEditControl


AdminPasswordHelp

Type: string

Modifiers: localized


Default value: "If this is set, a player can join your server using this password and have access to admin-only console commands."

AdminPasswordText

Type: string

Modifiers: localized


Default value: "Admin Password"

bInitialized

Type: bool


EnableWebserverCheck

Type: UWindowCheckbox


EnableWebserverHelp

Type: string

Modifiers: localized


Default value: "If checked, you will be able to administer your UT server remotely using a web browser."

EnableWebserverText

Type: string

Modifiers: localized


Default value: "WWW Remote Admin"

GamePasswordEdit

Type: UWindowEditControl


GamePasswordHelp

Type: string

Modifiers: localized


Default value: "If this is set, a player needs use this password to be allowed to login to the server."

GamePasswordText

Type: string

Modifiers: localized


Default value: "Game Password"

ListenPortEdit

Type: UWindowEditControl


ListenPortHelp

Type: string

Modifiers: localized


Default value: "The port number that the remote administration webserver will listen on for incoming connections."

ListenPortText

Type: string

Modifiers: localized


Default value: "Webserver Port No."

WebAdminPasswordEdit

Type: UWindowEditControl


WebAdminPasswordHelp

Type: string

Modifiers: localized


Default value: "The password needed to login to the WWW-based remote server administration."

WebAdminPasswordText

Type: string

Modifiers: localized


Default value: "WWW Password"

WebAdminUsernameEdit

Type: UWindowEditControl


WebAdminUsernameHelp

Type: string

Modifiers: localized


Default value: "The username needed to login to the WWW-based remote server administration."

WebAdminUsernameText

Type: string

Modifiers: localized


Default value: "WWW Username"

Instance functions

BeforePaint

function BeforePaint (Canvas C, float X, float Y)

Overrides: UMenuServerSetupPage.BeforePaint


Created

function Created ()

Overrides: UMenuServerSetupPage.Created


Notify

function Notify (UWindowDialogControl C, byte E)

Overrides: UMenuServerSetupPage.Notify