The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:Tab_SPTutorials (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K3TabPanel >> Tab_SPPanelBase >> Tab_SPTutorials
Package: 
XInterface
This class in other games:
UT2003

Class: XInterface.Tab_SPTutorials Parent: XInterface.Tab_SPPanelBase Single player menu for calling up tutorials. author: capps 9/14/02 <-- great day to add a menu!

Constants[edit]

DMIndex[edit]

Value: 0


DOMIndex[edit]

Value: 1


CTFIndex[edit]

Value: 2


BRIndex[edit]

Value: 3


NumButtons[edit]

Value: 4


Properties[edit]

See Tab_SPTutorials properties.

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Other instance functions[edit]

CanShowPanel[edit]

function bool CanShowPanel ()

Overrides: GUITabPanel.CanShowPanel


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


ShowPanel[edit]

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel