I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:JoeTestPanelA (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> TestPanelBase >> JoeTestPanelA
Package: 
XInterface
This class in other games:
UT2003

Class: XInterface.JoeTestPanelA Parent: XInterface.GUITabPanel

<Enter a description here>

Default values[edit]

Property Value
Background Material'InterfaceContent.Backgrounds.bg10'
Controls[0] GUIButton'TestButtonA'
Controls[1] GUIButton'TestButtonB'
WinHeight 0.3
WinTop 0.65

Subobjects[edit]

TestButtonA[edit]

Class: XInterface.GUIButton

Property Value
Caption "Wow"
WinHeight 48.0
WinLeft 0.25
WinTop 0.25
WinWidth 0.5

TestButtonB[edit]

Class: XInterface.GUIButton

Property Value
Caption "Damn"
WinHeight 48.0
WinLeft 0.25
WinTop 0.55
WinWidth 0.5

Instance functions[edit]

InitPanel[edit]

function InitPanel ()

Overrides: GUITabPanel.InitPanel