Always snap to grid

UE2:UT2Congratulations (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UT2Congratulations
Package: 
XInterface
This class in other games:
UT2003

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

CongratsFooter[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)