Mostly Harmless

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[edit]

CancelButtonHint[edit]

Type: string

Modifiers: localized


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

EditBoxHint[edit]

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[edit]

Type: string

Modifiers: localized


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

Default values[edit]

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

Subobjects[edit]

IPDesc[edit]

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[edit]

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[edit]

Events[edit]

HandleParameters[edit]

event HandleParameters (string s, string s2)

Overrides: UT2K4GetDataMenu.HandleParameters


InitComponent[edit]

event InitComponent (GUIController pMyController, GUIComponent MyOwner)

Overrides: UT2K4GetDataMenu.InitComponent


Other instance functions[edit]

ApplyURL[edit]

function ApplyURL (string URL)


Execute[edit]

function Execute ()


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)

Overrides: UT2K4GetDataMenu.InternalOnClick


InternalOnKeyEvent[edit]

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

Overrides: UT2K4GetDataMenu.InternalOnKeyEvent


StripProtocol[edit]

function string StripProtocol (string s)