I'm a doctor, not a mechanic
UE2:UT2K4InternetSettingsPage (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> MessageWindow >> UT2K4InternetSettingsPage |
Contents
- Package:
- GUI2K4
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: 02/06/2004 Allows player to quickly change playername & netspeed from internet page
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
b_Cancel[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'InternetSettingsCancelButton'
b_OK[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'InternetSettingsOKButton'
co_Netspeed[edit]
Type: moComboBox
Modifiers: automated
Default value: moComboBox'NetspeedComboBox'
ed_PlayerName[edit]
Type: moEditBox
Modifiers: automated
Default value: moEditBox'PlayerNameEditbox'
Subobjects[edit]
InternetSettingsCancelButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "CANCEL" |
OnClick | InternalOnClick |
WinHeight | 0.045 |
WinLeft | 0.595 |
WinTop | 0.556666 |
WinWidth | 0.13 |
InternetSettingsOKButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "OK" |
OnClick | InternalOnClick |
WinHeight | 0.045 |
WinLeft | 0.741251 |
WinTop | 0.556666 |
WinWidth | 0.13625 |
NetspeedComboBox[edit]
Class: XInterface.moComboBox
Property | Value |
---|---|
bReadOnly | True |
bStandardized | False |
bVerticalLayout | True |
Caption | "Netspeed: " |
ComponentJustification | TXTA_Center |
LabelJustification | TXTA_Center |
WinHeight | 0.09 |
WinLeft | 0.5375 |
WinTop | 0.401666 |
WinWidth | 0.34125 |
PlayerNameEditbox[edit]
Class: XInterface.moEditBox
Property | Value |
---|---|
bStandardized | False |
bVerticalLayout | True |
Caption | "Player Name: " |
ComponentJustification | TXTA_Center |
LabelJustification | TXTA_Center |
WinHeight | 0.09 |
WinLeft | 0.085 |
WinTop | 0.401666 |
WinWidth | 0.38125 |
Functions[edit]
Events[edit]
Closed[edit]
event Closed (GUIComponent Sender, bool bCancelled)
Overrides: GUIPage.Closed
InitComponent[edit]
event InitComponent (GUIController InController, GUIComponent InOwner)
Overrides: GUIPage.InitComponent
Other instance functions[edit]
GetNetspeedIndex[edit]
GetNetspeedValue[edit]
InternalOnClick[edit]
function bool InternalOnClick (GUIComponent Sender)
SetupNetspeedCombo[edit]
function SetupNetspeedCombo ()
SetupPlayerName[edit]
function SetupPlayerName ()