I don't need to test my programs. I have an error-correcting modem.
UE2:UT2StatsPrompt (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2StatsPrompt |
- 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.UT2StatsPrompt Parent: XInterface.GUIMultiComponent
<Enter a description here>
Default values
Property | Value |
---|---|
Controls[0] | GUIButton'PromptBackground' |
Controls[1] | GUIButton'YesButton' |
Controls[2] | GUIButton'NoButton' |
Controls[3] | GUILabel'PromptHeader' |
Controls[4] | GUILabel'PromptDesc' |
OnReOpen | ReOpen |
WinHeight | 0.325 |
WinTop | 0.325 |
Subobjects
NoButton
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "NO" |
OnClick | InternalOnClick |
WinHeight | 0.04 |
WinLeft | 0.65 |
WinTop | 0.81 |
WinWidth | 0.2 |
PromptBackground
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 |
PromptDesc
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bMultiLine | True | ||||||||||
Caption | "You will only be able to join this server by turning on \"Track Stats\" and setting a unique Stats Username and Password. Currently you will only be able to connect to servers with stats DISABLED. | Would you like to configure your Stats Username and Password now?" | |||||||||
TextAlign | TXTA_Center | ||||||||||
TextColor |
|
||||||||||
TextFont | "UT2MenuFont" | ||||||||||
WinHeight | 0.256251 | ||||||||||
WinLeft | 0.0 | ||||||||||
WinTop | 0.422917 | ||||||||||
WinWidth | 1.0 |
PromptHeader
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bMultiLine | True | ||||||||||
Caption | "This server has UT2003stats ENABLED!" | ||||||||||
TextAlign | TXTA_Center | ||||||||||
TextColor |
|
||||||||||
TextFont | "UT2HeaderFont" | ||||||||||
WinHeight | 0.051563 | ||||||||||
WinLeft | 0.0 | ||||||||||
WinTop | 0.354166 | ||||||||||
WinWidth | 1.0 |
YesButton
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "YES" |
OnClick | InternalOnClick |
WinHeight | 0.04 |
WinLeft | 0.125 |
WinTop | 0.81 |
WinWidth | 0.2 |
Delegates
OnStatsConfigured
delegate OnStatsConfigured ()
Instance functions
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPage.InitComponent
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
ReOpen
function ReOpen ()