Cogito, ergo sum
UE2:UT2NetworkStatusMsg (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2NetworkStatusMsg |
Contents
- Package:
- XInterface
- This class in other games:
- UT2004
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. |
Class: XInterface.UT2NetworkStatusMsg Parent: XInterface.GUIPage
<Enter a description here>
Properties[edit]
BarHeight[edit]
Type: float
BarVPos[edit]
Type: float
bIgnoreEsc[edit]
Type: bool
Default value: True
ButtonHeight[edit]
Type: float
ButtonHGap[edit]
Type: float
ButtonVGap[edit]
Type: float
ButtonWidth[edit]
Type: float
LeaveMPButtonText[edit]
Type: string
Modifiers: localized
LeaveSPButtonText[edit]
Type: string
Modifiers: localized
Default values[edit]
Property | Value |
---|---|
bRequire640x480 | False |
Controls[0] | GUIButton'NetStatBackground' |
Controls[1] | GUIButton'NetStatOk' |
Controls[2] | GUILabel'NetStatLabel' |
OpenSound | Sound'MenuSounds.SelectDshort' |
WinHeight | 0.25 |
WinTop | 0.375 |
Subobjects[edit]
NetStatBackground[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bAcceptsInput | False |
bNeverFocus | True |
StyleName | "SquareBar" |
WinHeight | 0.25 |
WinLeft | 0.0 |
WinTop | 0.375 |
WinWidth | 1.0 |
NetStatLabel[edit]
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bBoundToParent | True | ||||||||||
bMultiLine | True | ||||||||||
Caption | "" | ||||||||||
TextAlign | TXTA_Center | ||||||||||
TextColor |
|
||||||||||
TextFont | "UT2HeaderFont" | ||||||||||
WinHeight | 0.5 | ||||||||||
WinLeft | 0.0 | ||||||||||
WinTop | 0.125 | ||||||||||
WinWidth | 1.0 |
NetStatOk[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "OK" |
OnClick | InternalOnClick |
StyleName | "MidGameButton" |
WinHeight | 0.05 |
WinLeft | 0.375 |
WinTop | 0.675 |
WinWidth | 0.25 |
Functions[edit]
Events[edit]
HandleParameters[edit]
Overrides: GUIPage.HandleParameters
Other instance functions[edit]
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPage.InitComponent
InternalOnClick[edit]
function bool InternalOnClick (GUIComponent Sender)