Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XInterface.UT2SP_LadderEventPage

Extends
UT2K3GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K3GUIPage
               |   
               +-- XInterface.UT2SP_LadderEventPage

Direct Known Subclasses:

UT2SP_DraftEventPage

Variables Summary
GUIButtonbtnMap
GUIButtonbtnOK
GUIImagegImage
GUILabellblCaption
GUILabellblTitle
stringTutorialName
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Functions Summary
function InitComponent (GUIController pMyController, GUIComponent MyOwner))
functionbool InternalOnClick (GUIComponent Sender))
function SetTutorialName (string tutname))
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

btnMap Source code

var GUIButton btnMap;

btnOK Source code

var GUIButton btnOK;

gImage Source code

var GUIImage gImage;

lblCaption Source code

var GUILabel lblCaption;

lblTitle Source code

var GUILabel lblTitle;

TutorialName Source code

var string TutorialName;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController pMyController, GUIComponent MyOwner) )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender) )

SetTutorialName Source code

function SetTutorialName ( string tutname) )


Defaultproperties

defaultproperties
{
	Begin Object Class=GUILabel Name=SPLEPtitle
		WinWidth=1.00000
		WinHeight=0.100000
		WinLeft=0.00000
		WinTop=0.068750
		Caption="CONGRATULATIONS!"
		TextAlign=TXTA_Center
		TextFont="UT2LargeFont"
	End Object
	Begin Object Class=GUILabel Name=SPLEPcaption
		WinWidth=1.000000
		WinHeight=0.350000
		WinLeft=0.000000
		WinTop=0.716563
		TextAlign=TXTA_Center
		TextFont="UT2SmallFont"
		bMultiLine=true
	End Object
	Begin Object Class=GUIImage Name=SPLEPimage
		
		ImageStyle=ISTY_Stretched
		WinTop=0.17
		WinLeft=0.25
		WinHeight=0.5
		WinWidth=0.5
		X1=0
		Y1=0
		X2=1023
		Y2=767
	End Object
	Begin Object Class=GUIButton Name=SPLEPOK
	    Caption="CONTINUE"
		WinWidth=0.200000
		WinHeight=0.050000
		WinLeft=0.400000
		WinTop=0.88
	End Object
	Begin Object Class=GUIImage Name=SPLEPimageborder
		Image=Material'InterfaceContent.BorderBoxA1'
		ImageStyle=ISTY_Stretched
		WinWidth=0.505078
		WinHeight=0.507421
		WinLeft=0.247265
		WinTop=0.166354
	End Object
	Begin Object Class=GUIButton Name=SPLEPMap
	    Caption="VIEW TUTORIAL"
		WinWidth=0.20
		WinHeight=0.050000
		WinLeft=0.6
		WinTop=0.88
		bVisible=false
		bAcceptsInput=false
	End Object


	Controls(0)=SPLEPtitle
	Controls(1)=SPLEPcaption
	Controls(2)=SPLEPimage
	Controls(3)=SPLEPOK
	Controls(4)=SPLEPimageborder
	Controls(5)=SPLEPMap


	Background=Material'InterfaceContent.Backgrounds.bg10'
	WinTop=0.0
	WinHeight=1.0
	WinLeft=0.0
	WinWidth=1.0


	
	
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:28.489 - Created with UnCodeX