| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K3GUIPage
|
+-- XInterface.UT2SP_LadderEventPage
UT2SP_DraftEventPage
| Variables Summary | |
|---|---|
| GUIButton | btnMap |
| GUIButton | btnOK |
| GUIImage | gImage |
| GUILabel | lblCaption |
| GUILabel | lblTitle |
| string | TutorialName |
| Inherited Variables from XInterface.GUIPage |
|---|
| Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIController pMyController, GUIComponent MyOwner)) | |
![]() | bool | InternalOnClick (GUIComponent Sender)) |
![]() | 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 |
|---|
| Functions Detail |
|---|
InitComponent Source code
InternalOnClick Source code
SetTutorialName Source code| Defaultproperties |
|---|
defaultproperties
{
Background=Texture'InterfaceContent.Backgrounds.bg10'
Begin Object Class=GUILabel Name=SPLEPtitle
Caption="CONGRATULATIONS!"
TextAlign=TXTA_Center
TextFont="UT2LargeFont"
WinTop=0.068750
WinHeight=0.100000
End Object
Controls(0)=GUILabel'XInterface.UT2SP_LadderEventPage.SPLEPtitle'
Begin Object Class=GUILabel Name=SPLEPcaption
TextAlign=TXTA_Center
TextFont="UT2SmallFont"
bMultiLine=True
WinTop=0.716563
WinHeight=0.350000
End Object
Controls(1)=GUILabel'XInterface.UT2SP_LadderEventPage.SPLEPcaption'
Begin Object Class=GUIImage Name=SPLEPimage
ImageStyle=ISTY_Stretched
X1=0
Y1=0
X2=1023
Y2=767
WinTop=0.170000
WinLeft=0.250000
WinWidth=0.500000
WinHeight=0.500000
End Object
Controls(2)=GUIImage'XInterface.UT2SP_LadderEventPage.SPLEPimage'
Begin Object Class=GUIButton Name=SPLEPOK
Caption="CONTINUE"
WinTop=0.880000
WinLeft=0.400000
WinWidth=0.200000
WinHeight=0.050000
OnKeyEvent=SPLEPOK.InternalOnKeyEvent
End Object
Controls(3)=GUIButton'XInterface.UT2SP_LadderEventPage.SPLEPOK'
Begin Object Class=GUIImage Name=SPLEPimageborder
Image=Texture'InterfaceContent.Menu.BorderBoxA1'
ImageStyle=ISTY_Stretched
WinTop=0.166354
WinLeft=0.247265
WinWidth=0.505078
WinHeight=0.507421
End Object
Controls(4)=GUIImage'XInterface.UT2SP_LadderEventPage.SPLEPimageborder'
Begin Object Class=GUIButton Name=SPLEPMap
Caption="VIEW TUTORIAL"
WinTop=0.880000
WinLeft=0.600000
WinWidth=0.200000
WinHeight=0.050000
bVisible=False
bAcceptsInput=False
OnKeyEvent=SPLEPMap.InternalOnKeyEvent
End Object
Controls(5)=GUIButton'XInterface.UT2SP_LadderEventPage.SPLEPMap'
WinHeight=1.000000
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||