Gah - a solution with more questions. – EntropicLqd

UE2:EditFavoritePage (UT2004)

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

Created on: 09/16/2003 Edit the IP and port of an existing favorite

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

l_name[edit]

Type: GUILabel

Modifiers: automated


Default value: GUILabel'ServerName'

Server[edit]

Type: GameInfo.ServerResponseLine


UnknownText[edit]

Type: string

Modifiers: localized


Default value: "Unknown Server"

Default values[edit]

Property Value
CancelButtonHint "Close the page and discard any changes."
EditBoxHint "Enter the URL for this favorite - separate IP and port with the  : symbol"
OKButtonHint "Close the page and save the new IP to your favorites list."

Subobjects[edit]

IpEntryBox[edit]

Class: XInterface.moEditBox

Property Value
bAutoSizeCaption True
Caption "IP Address: "
CaptionWidth 0.35
ComponentJustification TXTA_Left
ComponentWidth -1.0
LabelJustification TXTA_Left
TabOrder 0
WinHeight 0.03
WinLeft 0.192383
WinTop 0.4875
WinWidth 0.59082

ServerName[edit]

Class: XInterface.GUILabel

Property Value
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.05
WinLeft 0.070313
WinTop 0.299479
WinWidth 0.854492

Functions[edit]

Events[edit]

HandleParameters[edit]

event HandleParameters (string ServerIP, string ServerName)

Overrides: UT2K4Browser_OpenIP.HandleParameters


Other instance functions[edit]

ApplyURL[edit]

function ApplyURL (string URL)

Overrides: UT2K4Browser_OpenIP.ApplyURL