Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UMenu.UMenuServerSetupPage

Extends
UMenuPageWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UWindow.UWindowPageWindow
               |   
               +-- UMenu.UMenuPageWindow
                  |   
                  +-- UMenu.UMenuServerSetupPage

Direct Known Subclasses:

UTServerSetupPage

Variables Summary
UWindowEditControlAdminEMailEdit
stringAdminEMailHelp
stringAdminEMailText
UWindowEditControlAdminNameEdit
stringAdminNameHelp
stringAdminNameText
boolbInitialized
boolbLanPlay
intControlOffset
UWindowCheckboxDoUplinkCheck
stringDoUplinkHelp
stringDoUplinkText
ClassIpServerClass
UWindowCheckboxLanPlayCheck
stringLanPlayHelp
stringLanPlayText
UWindowEditControlMOTDLine1Edit
stringMOTDLine1Help
stringMOTDLine1Text
UWindowEditControlMOTDLine2Edit
stringMOTDLine2Help
stringMOTDLine2Text
UWindowEditControlMOTDLine3Edit
stringMOTDLine3Help
stringMOTDLine3Text
UWindowEditControlMOTDLine4Edit
stringMOTDLine4Help
stringMOTDLine4Text
UWindowCheckboxngWorldStatsCheck
stringngWorldStatsHelp
stringngWorldStatsText
UWindowEditControlServerNameEdit
stringServerNameHelp
stringServerNameText
Inherited Variables from UWindow.UWindowPageWindow
OwnerTab

Functions Summary
function AfterCreate ()))
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
function Notify (UWindowDialogControl C, byte E))
function SaveConfigs ()))
Inherited Functions from UMenu.UMenuPageWindow
Notify, Paint
Inherited Functions from UWindow.UWindowPageWindow
RightClickTab


Variables Detail

AdminEMailEdit Source code

var UWindowEditControl AdminEMailEdit;

AdminEMailHelp Source code

var localized string AdminEMailHelp;

AdminEMailText Source code

var localized string AdminEMailText;

AdminNameEdit Source code

var UWindowEditControl AdminNameEdit;

AdminNameHelp Source code

var localized string AdminNameHelp;

AdminNameText Source code

var localized string AdminNameText;

bInitialized Source code

var bool bInitialized;

bLanPlay Source code

var config bool bLanPlay;

ControlOffset Source code

var int ControlOffset;

DoUplinkCheck Source code

var UWindowCheckbox DoUplinkCheck;

DoUplinkHelp Source code

var localized string DoUplinkHelp;

DoUplinkText Source code

var localized string DoUplinkText;

IpServerClass Source code

var Class IpServerClass;

LanPlayCheck Source code

var UWindowCheckbox LanPlayCheck;

LanPlayHelp Source code

var localized string LanPlayHelp;

LanPlayText Source code

var localized string LanPlayText;

MOTDLine1Edit Source code

var UWindowEditControl MOTDLine1Edit;

MOTDLine1Help Source code

var localized string MOTDLine1Help;

MOTDLine1Text Source code

var localized string MOTDLine1Text;

MOTDLine2Edit Source code

var UWindowEditControl MOTDLine2Edit;

MOTDLine2Help Source code

var localized string MOTDLine2Help;

MOTDLine2Text Source code

var localized string MOTDLine2Text;

MOTDLine3Edit Source code

var UWindowEditControl MOTDLine3Edit;

MOTDLine3Help Source code

var localized string MOTDLine3Help;

MOTDLine3Text Source code

var localized string MOTDLine3Text;

MOTDLine4Edit Source code

var UWindowEditControl MOTDLine4Edit;

MOTDLine4Help Source code

var localized string MOTDLine4Help;

MOTDLine4Text Source code

var localized string MOTDLine4Text;

ngWorldStatsCheck Source code

var UWindowCheckbox ngWorldStatsCheck;

ngWorldStatsHelp Source code

var localized string ngWorldStatsHelp;

ngWorldStatsText Source code

var localized string ngWorldStatsText;

ServerNameEdit Source code

var UWindowEditControl ServerNameEdit;

ServerNameHelp Source code

var localized string ServerNameHelp;

ServerNameText Source code

var localized string ServerNameText;


Functions Detail

AfterCreate Source code

function AfterCreate ( ) )

BeforePaint Source code

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

Created Source code

function Created ( ) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

SaveConfigs Source code

function SaveConfigs ( ) )


Defaultproperties

defaultproperties
{
     AdminEmailText="Admin Email"
     AdminEMailHelp="Enter an email address so users of this server can contact you."
     AdminNameText="Admin Name"
     AdminNameHelp="Enter the name of this server's administrator."
     MOTDLine1Text="MOTD Line 1"
     MOTDLine1Help="Enter a message of the day which will be presented to users upon joining your server."
     MOTDLine2Text="MOTD Line 2"
     MOTDLine2Help="Enter a message of the day which will be presented to users upon joining your server."
     MOTDLine3Text="MOTD Line 3"
     MOTDLine3Help="Enter a message of the day which will be presented to users upon joining your server."
     MOTDLine4Text="MOTD Line 4"
     MOTDLine4Help="Enter a message of the day which will be presented to users upon joining your server."
     ServerNameText="Server Name"
     ServerNameHelp="Enter the full description for your server, to appear in query tools such as UBrowser or GameSpy."
     DoUplinkText="Advertise Server"
     DoUplinkHelp="If checked, your server will be advertised to the Master Server, so your server will appear in the global server list."
     ngWorldStatsText="ngWorldStats Logging"
     ngWorldStatsHelp="If checked, your server will upload a log of gameplay to NetGamesUSA for stats collection.  Check out ut.ngworldstats.com for information."
     LanPlayText="Optimize for LAN"
     LanPlayHelp="If checked, a dedicated server started will be optimized for play on a LAN."
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:18.252 - Created with UnCodeX