UE2:UT2SP_LadderEventPage (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2SP_LadderEventPage
Package:
XInterface
Direct subclass:
UT2SP_DraftEventPage
This class in other games:

null

Properties

btnMap

Type: GUIButton


btnOK

Type: GUIButton


gImage

Type: GUIImage


lblCaption

Type: GUILabel


lblTitle

Type: GUILabel


TutorialName

Type: string


Default values

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

SPLEPcaption

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

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

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

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

Class: XInterface.GUIButton

Property Value
Caption "CONTINUE"
WinHeight 0.05
WinLeft 0.4
WinTop 0.88
WinWidth 0.2

SPLEPtitle

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

InitComponent

function InitComponent (GUIController pMyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


SetTutorialName

function SetTutorialName (string tutname)