The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

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

l_name

Type: GUILabel

Modifiers: automated


Default value: GUILabel'ServerName'

Server

Type: GameInfo.ServerResponseLine


UnknownText

Type: string

Modifiers: localized


Default value: "Unknown Server"

Default values

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

IpEntryBox

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

Class: XInterface.GUILabel

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

Functions

Events

HandleParameters

event HandleParameters (string ServerIP, string ServerName)

Overrides: UT2K4Browser_OpenIP.HandleParameters


Other instance functions

ApplyURL

function ApplyURL (string URL)

Overrides: UT2K4Browser_OpenIP.ApplyURL