Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE1:NgWorldSecretClient (UT)

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

null

Properties

ConfirmChange

Type: UWindowMessageBox


EmptyText

Type: string

Modifiers: localized


Default value: "Note: You have chosen not to have an ngWorldStats password. Your online game statistics will not be accumulated. Are you sure this is what you want?"

EmptyTitle

Type: string

Modifiers: localized


Default value: "Confirm Password Removal"

OKButton

Type: UWindowSmallButton


OKText

Type: string

Modifiers: localized


Default value: "OK"

QuitHelp

Type: string

Modifiers: localized


Default value: "Select [Yes] to save your new password."

QuitText

Type: string

Modifiers: localized


Default value: "Warning! If you play with this new password, a new ngWorldStats account will be created for you the next time you join a ngWorldStats game server. Are you sure you want to do this?"

QuitTitle

Type: string

Modifiers: localized


Default value: "Confirm Password Change"

SecretCombo

Type: UWindowComboControl


SecretDesc

Type: string

Modifiers: localized


Default value: "Pick your own password to keep your online ngWorldStats unique."

SecretLabel

Type: UMenuLabelControl


SecretText

Type: string

Modifiers: localized


Default value: "ngWorldStats Password:"

Instance functions

Close

function Close (optional bool bByParent)

Overrides: UWindowClientWindow.Close


Created

function Created ()

Overrides: UWindowWindow.Created


MessageBoxDone

function MessageBoxDone (UWindowMessageBox W, UWindowBase.MessageBoxResult Result)

Overrides: UWindowWindow.MessageBoxDone


Notify

function Notify (UWindowDialogControl C, byte E)

Overrides: UMenuDialogClientWindow.Notify


OKPressed

function OKPressed ()

Overrides: UWindowDialogClientWindow.OKPressed


Paint

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

Overrides: UWindowDialogClientWindow.Paint


Resized

function Resized ()

Overrides: UWindowWindow.Resized