| 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.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- GUI2K4.UT2K4SPTab_Base
|
+-- GUI2K4.UT2K4SPTab_Tutorials
| Variables Summary | |
|---|---|
| Material | BorderMat |
| Material | ShadowMat |
| string | StartTutorial |
| array<GUIImage> | TutImages |
| array<SPTutorial> | Tutorials |
| Inherited Variables from GUI2K4.UT2K4SPTab_Base |
|---|
| CaptionBack, CaptionCancel, CaptionCreate, CaptionDone, CaptionLoad, CaptionPlay, GP, LogPrefix, MainWindow, ProfileClass |
| Structures Summary | ||
|---|---|---|
| SPTutorial GameClass, Preview, PreviewLocked, Map, unLocked | ||
| Functions Summary | ||
|---|---|---|
![]() | CreateButtons ())) | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | bool | OnTutorialClick (GUIComponent Sender)) |
![]() | ShowPanel (bool bShow)) | |
![]() | unlockButton (string tag)) | |
| Inherited Functions from GUI2K4.UT2K4SPTab_Base |
|---|
| btnPlayEnabled, CanClose, GetMainWindow, getProfileName, InitComponent, onBackClick, onPlayClick, ShowPanel |
| Variables Detail |
|---|
| Structures Detail |
|---|
var string GameClass;};
var string Map;
var string Preview;
var string PreviewLocked;
var bool unLocked;
Single player tutorial record. Gameclass is used for the tutorial name Preview is the image to use when the tutorial is available PreviewLocked is used when it's locked Map is the url to start
| Functions Detail |
|---|
CreateButtons Source code
InitComponent Source code
OnTutorialClick Source code
ShowPanel Source code
unlockButton Source code| Defaultproperties |
|---|
defaultproperties
{
Tutorials(0)=(GameClass="xGame.xDeathMatch",Preview="LadderShots.TeamDMMoneyShot",PreviewLocked="LadderShots.TeamDMShot",Map="TUT-DM",unLocked=True)
Tutorials(1)=(GameClass="xGame.xCTFGame",Preview="LadderShots.CTFMoneyShot",PreviewLocked="LadderShots.CTFShot",Map="TUT-CTF")
Tutorials(2)=(GameClass="xGame.xDoubleDom",Preview="LadderShots.DOMMoneyShot",PreviewLocked="LadderShots.DOMShot",Map="TUT-DOM2")
Tutorials(3)=(GameClass="xGame.xBombingRun",Preview="LadderShots.BRMoneyShot",PreviewLocked="LadderShots.BRShot",Map="TUT-BR")
BorderMat=Texture'2K4Menus.Controls.sectionback'
ShadowMat=Texture'2K4Menus.Controls.Shadow'
StartTutorial="Click to play tutorial for"
PanelCaption="Tutorial"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||