Gah - a solution with more questions. – EntropicLqd

UE2:UT2K4SPTab_Tutorials (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:SPTutorial (UT2004))
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4SPTab_Base >> UT2K4SPTab_Tutorials
Package: 
GUI2K4

Single player tutorial screen

Written by Michiel Hendriks (c) 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

BorderMat[edit]

Type: Material


Default value: Material'2K4Menus.Controls.sectionback'

ShadowMat[edit]

Type: Material


Default value: Material'2K4Menus.Controls.shadow'

StartTutorial[edit]

Type: string

Modifiers: localized


Default value: "Click to play tutorial for"

TutImages[edit]

Type: array<GUIImage>


Tutorials[edit]

Type: array<SPTutorial>

Modifiers: config


Default value, index 0:

Member Value
GameClass "xGame.xDeathMatch"
Map "TUT-DM"
Preview "LadderShots.TeamDMMoneyShot"
PreviewLocked "LadderShots.TeamDMShot"
unLocked False

Default value, index 1:

Member Value
GameClass "xGame.xCTFGame"
Map "TUT-CTF"
Preview "LadderShots.CTFMoneyShot"
PreviewLocked "LadderShots.CTFShot"
unLocked False

Default value, index 2:

Member Value
GameClass "xGame.xDoubleDom"
Map "TUT-DOM2"
Preview "LadderShots.DOMMoneyShot"
PreviewLocked "LadderShots.DOMShot"
unLocked False

Default value, index 3:

Member Value
GameClass "xGame.xBombingRun"
Map "TUT-BR"
Preview "LadderShots.BRMoneyShot"
PreviewLocked "LadderShots.BRShot"
unLocked False

Default values[edit]

Property Value
PanelCaption "Tutorial"

Structs[edit]

SPTutorial[edit]

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

string GameClass 
string Preview 
string PreviewLocked 
string Map 
bool unLocked 

Functions[edit]

Static functions[edit]

unlockButton[edit]

static function unlockButton (string tag)


Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4SPTab_Base.InitComponent


Other instance functions[edit]

CreateButtons[edit]

function CreateButtons ()


OnTutorialClick[edit]

function bool OnTutorialClick (GUIComponent Sender)


ShowPanel[edit]

function ShowPanel (bool bShow)

Overrides: UT2K4SPTab_Base.ShowPanel

make sure the main window is set