I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:UT2Congratulations (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2Congratulations |
- 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. |
null
Default values[edit]
Property | Value |
---|---|
Controls[0] | GUITitleBar'CongratsHeader' |
Controls[1] | GUIImage'CongratsPicture' |
Controls[2] | GUITitleBar'CongratsFooter' |
Controls[3] | GUIButton'BackButton' |
WinHeight | 0.8 |
WinLeft | 0.1 |
WinTop | 0.1 |
WinWidth | 0.8 |
Subobjects[edit]
BackButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "Continue" |
WinHeight | 0.04 |
WinLeft | 0.79 |
WinTop | 0.94 |
WinWidth | 0.3 |
[edit]
Class: XInterface.GUITitleBar
Property | Value |
---|---|
Justification | TXTA_Center |
StyleName | "Footer" |
WinLeft | 0.0 |
WinTop | 0.86 |
WinWidth | 1.0 |
CongratsHeader[edit]
Class: XInterface.GUITitleBar
Property | Value |
---|---|
Caption | "CONGRATULATIONS" |
Justification | TXTA_Center |
StyleName | "Header" |
WinLeft | 0.0 |
WinTop | 0.02 |
WinWidth | 1.0 |
CongratsPicture[edit]
Class: XInterface.GUIImage
Property | Value |
---|---|
ImageAlign | IMGA_Center |
ImageStyle | ISTY_Justified |
WinHeight | 0.7 |
WinLeft | 0.1 |
WinTop | 0.1 |
WinWidth | 0.8 |
Instance functions[edit]
SetupPage[edit]
function SetupPage (string PageCaption, string PageMessage, string ContinueCaption, Material CongratsPic)