Mostly Harmless

UE1:UMenuServerSetupPage (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UMenu
Direct subclass:
UTServerSetupPage
This class in other games:
RTNP

null

Properties[edit]

AdminEMailEdit[edit]

Type: UWindowEditControl


AdminEMailHelp[edit]

Type: string

Modifiers: localized


Default value: "Enter an email address so users of this server can contact you."

AdminEMailText[edit]

Type: string

Modifiers: localized


Default value: "Admin Email"

AdminNameEdit[edit]

Type: UWindowEditControl


AdminNameHelp[edit]

Type: string

Modifiers: localized


Default value: "Enter the name of this server's administrator."

AdminNameText[edit]

Type: string

Modifiers: localized


Default value: "Admin Name"

bInitialized[edit]

Type: bool


bLanPlay[edit]

Type: bool

Modifiers: config


ControlOffset[edit]

Type: int


DoUplinkCheck[edit]

Type: UWindowCheckbox


DoUplinkHelp[edit]

Type: string

Modifiers: localized


Default value: "If checked, your server will be advertised to the Master Server, so your server will appear in the global server list."

DoUplinkText[edit]

Type: string

Modifiers: localized


Default value: "Advertise Server"

IpServerClass[edit]

Type: Class


LanPlayCheck[edit]

Type: UWindowCheckbox


LanPlayHelp[edit]

Type: string

Modifiers: localized


Default value: "If checked, a dedicated server started will be optimized for play on a LAN."

LanPlayText[edit]

Type: string

Modifiers: localized


Default value: "Optimize for LAN"

MOTDLine1Edit[edit]

Type: UWindowEditControl


MOTDLine1Help[edit]

Type: string

Modifiers: localized


Default value: "Enter a message of the day which will be presented to users upon joining your server."

MOTDLine1Text[edit]

Type: string

Modifiers: localized


Default value: "MOTD Line 1"

MOTDLine2Edit[edit]

Type: UWindowEditControl


MOTDLine2Help[edit]

Type: string

Modifiers: localized


Default value: "Enter a message of the day which will be presented to users upon joining your server."

MOTDLine2Text[edit]

Type: string

Modifiers: localized


Default value: "MOTD Line 2"

MOTDLine3Edit[edit]

Type: UWindowEditControl


MOTDLine3Help[edit]

Type: string

Modifiers: localized


Default value: "Enter a message of the day which will be presented to users upon joining your server."

MOTDLine3Text[edit]

Type: string

Modifiers: localized


Default value: "MOTD Line 3"

MOTDLine4Edit[edit]

Type: UWindowEditControl


MOTDLine4Help[edit]

Type: string

Modifiers: localized


Default value: "Enter a message of the day which will be presented to users upon joining your server."

MOTDLine4Text[edit]

Type: string

Modifiers: localized


Default value: "MOTD Line 4"

ngWorldStatsCheck[edit]

Type: UWindowCheckbox


ngWorldStatsHelp[edit]

Type: string

Modifiers: localized


Default value: "If checked, your server will upload a log of gameplay to NetGamesUSA for stats collection. Check out ut.ngworldstats.com for information."

ngWorldStatsText[edit]

Type: string

Modifiers: localized


Default value: "ngWorldStats Logging"

ServerNameEdit[edit]

Type: UWindowEditControl


ServerNameHelp[edit]

Type: string

Modifiers: localized


Default value: "Enter the full description for your server, to appear in query tools such as UBrowser or GameSpy."

ServerNameText[edit]

Type: string

Modifiers: localized


Default value: "Server Name"

Instance functions[edit]

AfterCreate[edit]

function AfterCreate ()

Overrides: UWindowWindow.AfterCreate


BeforePaint[edit]

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

Overrides: UWindowWindow.BeforePaint


Created[edit]

function Created ()

Overrides: UWindowWindow.Created


Notify[edit]

function Notify (UWindowDialogControl C, byte E)

Overrides: UMenuPageWindow.Notify


SaveConfigs[edit]

function SaveConfigs ()

Overrides: UWindowWindow.SaveConfigs