Gah - a solution with more questions. – EntropicLqd
UE2:UT2K4Browser_OpenIP (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> MessageWindow >> UT2K4GenericMessageBox >> UT2K4GetDataMenu >> UT2K4Browser_OpenIP |
Contents
- Package:
- GUI2K4
- Direct subclass:
- EditFavoritePage
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
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
Overrides: UT2K4GetDataMenu.InternalOnKeyEvent