Gah - a solution with more questions. – EntropicLqd

UE2:UT2K4Browser_OpenIP (UT2004)

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

Created on: 09/16/2003 Handles opening an IP directly

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

Properties

CancelButtonHint

Type: string

Modifiers: localized


Default value: "Close this page without connecting to a server."

EditBoxHint

Type: string

Modifiers: localized


Default value: "Enter the address for the server you'd like to connect to - separate the IP and port with the  : symbol"

OKButtonHint

Type: string

Modifiers: localized


Default value: "Open a connection to this IP address."

Default values

Property Value
ed_Data moEditBox'IpEntryBox'
l_Text GUILabel'IPDesc'

Subobjects

IPDesc

Class: XInterface.GUILabel

Property Value
Caption "Enter New IP Address"
FontScale FNS_Large
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 32.0
WinLeft 0.0
WinTop 0.4
WinWidth 1.0

IpEntryBox

Class: XInterface.moEditBox

Property Value
Caption "IP Address: "
CaptionWidth 0.55
ComponentWidth -1.0
LabelJustification TXTA_Right
TabOrder 0
WinHeight 0.04
WinLeft 0.16
WinTop 0.466667
WinWidth 0.5

Functions

Events

HandleParameters

event HandleParameters (string s, string s2)

Overrides: UT2K4GetDataMenu.HandleParameters


InitComponent

event InitComponent (GUIController pMyController, GUIComponent MyOwner)

Overrides: UT2K4GetDataMenu.InitComponent


Other instance functions

ApplyURL

function ApplyURL (string URL)


Execute

function Execute ()


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)

Overrides: UT2K4GetDataMenu.InternalOnClick


InternalOnKeyEvent

function bool InternalOnKeyEvent (out byte Key, out byte State, float Delta)

Overrides: UT2K4GetDataMenu.InternalOnKeyEvent


StripProtocol

function string StripProtocol (string s)