I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:Browser_OpenIP (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> Browser_OpenIP
Package: 
XInterface
This class in other games:
UT2003

null

Properties

MyFavoritesPage

Type: Browser_ServerListPageFavorites


MyIpAddress

Type: moEditBox


Default values

Property Value
Controls[0] GUIButton'VidOKBackground'
Controls[1] moEditBox'IpEntryBox'
Controls[2] GUIButton'CancelButton'
Controls[3] GUILabel'OpenIPDesc'
Controls[4] GUIButton'OkButton'
WinHeight 0.25
WinTop 0.375

Subobjects

CancelButton

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "CANCEL"
OnClick InternalOnClick
WinHeight 0.04
WinLeft 0.65
WinTop 0.75
WinWidth 0.2

IpEntryBox

Class: XInterface.moEditBox

Property Value
Caption "IP Address: "
CaptionWidth 0.55
LabelColor
Member Value
A 255
B 255
G 255
R 255
LabelFont "UT2SmallFont"
LabelJustification TXTA_Right
WinHeight 0.05
WinLeft 0.16
WinTop 0.466667
WinWidth 0.5

OkButton

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "OK"
OnClick InternalOnClick
WinHeight 0.04
WinLeft 0.125
WinTop 0.75
WinWidth 0.2

OpenIPDesc

Class: XInterface.GUILabel

Property Value
Caption "Enter New IP Address"
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 0
G 200
R 230
TextFont "UT2HeaderFont"
WinHeight 32.0
WinLeft 0.0
WinTop 0.4
WinWidth 1.0

VidOKBackground

Class: XInterface.GUIButton

Property Value
bAcceptsInput False
bBoundToParent True
bNeverFocus True
bScaleToParent True
StyleName "SquareBar"
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

Functions

Events

InitComponent

event InitComponent (GUIController pMyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


Other instance functions

InternalOnClick

function bool InternalOnClick (GUIComponent Sender)