Always snap to grid

UE1:UTServerSetupPage (UT)

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

null

Properties[edit]

AdminPasswordEdit[edit]

Type: UWindowEditControl


AdminPasswordHelp[edit]

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[edit]

Type: string

Modifiers: localized


Default value: "Admin Password"

bInitialized[edit]

Type: bool


EnableWebserverCheck[edit]

Type: UWindowCheckbox


EnableWebserverHelp[edit]

Type: string

Modifiers: localized


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

EnableWebserverText[edit]

Type: string

Modifiers: localized


Default value: "WWW Remote Admin"

GamePasswordEdit[edit]

Type: UWindowEditControl


GamePasswordHelp[edit]

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[edit]

Type: string

Modifiers: localized


Default value: "Game Password"

ListenPortEdit[edit]

Type: UWindowEditControl


ListenPortHelp[edit]

Type: string

Modifiers: localized


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

ListenPortText[edit]

Type: string

Modifiers: localized


Default value: "Webserver Port No."

WebAdminPasswordEdit[edit]

Type: UWindowEditControl


WebAdminPasswordHelp[edit]

Type: string

Modifiers: localized


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

WebAdminPasswordText[edit]

Type: string

Modifiers: localized


Default value: "WWW Password"

WebAdminUsernameEdit[edit]

Type: UWindowEditControl


WebAdminUsernameHelp[edit]

Type: string

Modifiers: localized


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

WebAdminUsernameText[edit]

Type: string

Modifiers: localized


Default value: "WWW Username"

Instance functions[edit]

BeforePaint[edit]

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

Overrides: UMenuServerSetupPage.BeforePaint


Created[edit]

function Created ()

Overrides: UMenuServerSetupPage.Created


Notify[edit]

function Notify (UWindowDialogControl C, byte E)

Overrides: UMenuServerSetupPage.Notify