Mostly Harmless
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[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]
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]
Overrides: UT2K4GetDataMenu.InternalOnKeyEvent