There is no spoon

UE2:UT2SP_LadderEventPage (UT2003)

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

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]

SPLEPcaption[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
Image Material'Laddershots.TeamDMShot'
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

Instance functions[edit]

InitComponent[edit]

function InitComponent (GUIController pMyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


SetTutorialName[edit]

function SetTutorialName (string tutname)