I don't need to test my programs. I have an error-correcting modem.
UE2:UT2SP_LadderEventPage (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UT2SP_LadderEventPage |
Contents
- Package:
- XInterface
- Direct subclass:
- UT2SP_DraftEventPage
- This class in other games:
- UT2003
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. |
null
Properties[edit]
btnMap[edit]
Type: GUIButton
btnOK[edit]
Type: GUIButton
gImage[edit]
Type: GUIImage
lblCaption[edit]
Type: GUILabel
lblTitle[edit]
Type: GUILabel
TutorialName[edit]
Type: string
Default values[edit]
Property | Value |
---|---|
Background | Material'InterfaceContent.Backgrounds.bg10' |
Controls[0] | GUILabel'SPLEPtitle' |
Controls[1] | GUILabel'SPLEPcaption' |
Controls[2] | GUIImage'SPLEPimage' |
Controls[3] | GUIButton'SPLEPOK' |
Controls[4] | GUIImage'SPLEPimageborder' |
Controls[5] | GUIButton'SPLEPMap' |
WinHeight | 1.0 |
Subobjects[edit]
[edit]
Class: XInterface.GUILabel
Property | Value |
---|---|
bMultiLine | True |
TextAlign | TXTA_Center |
TextFont | "UT2SmallFont" |
WinHeight | 0.35 |
WinLeft | 0.0 |
WinTop | 0.716563 |
WinWidth | 1.0 |
SPLEPimage[edit]
Class: XInterface.GUIImage
Property | Value |
---|---|
ImageStyle | ISTY_Stretched |
WinHeight | 0.5 |
WinLeft | 0.25 |
WinTop | 0.17 |
WinWidth | 0.5 |
X1 | 0 |
X2 | 1023 |
Y1 | 0 |
Y2 | 767 |
SPLEPimageborder[edit]
Class: XInterface.GUIImage
Property | Value |
---|---|
Image | Material'InterfaceContent.BorderBoxA1' |
ImageStyle | ISTY_Stretched |
WinHeight | 0.507421 |
WinLeft | 0.247265 |
WinTop | 0.166354 |
WinWidth | 0.505078 |
SPLEPMap[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bAcceptsInput | False |
bVisible | False |
Caption | "VIEW TUTORIAL" |
WinHeight | 0.05 |
WinLeft | 0.6 |
WinTop | 0.88 |
WinWidth | 0.2 |
SPLEPOK[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "CONTINUE" |
WinHeight | 0.05 |
WinLeft | 0.4 |
WinTop | 0.88 |
WinWidth | 0.2 |
SPLEPtitle[edit]
Class: XInterface.GUILabel
Property | Value |
---|---|
Caption | "CONGRATULATIONS!" |
TextAlign | TXTA_Center |
TextFont | "UT2LargeFont" |
WinHeight | 0.1 |
WinLeft | 0.0 |
WinTop | 0.06875 |
WinWidth | 1.0 |
Functions[edit]
Events[edit]
InitComponent[edit]
event InitComponent (GUIController pMyController, GUIComponent MyOwner)
Overrides: GUIPage.InitComponent
Other instance functions[edit]
InternalOnClick[edit]
function bool InternalOnClick (GUIComponent Sender)
SetTutorialName[edit]
function SetTutorialName (string tutname)