| 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
{
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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||