I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:Tab_SPTutorials (UT2003)

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

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

DMIndex

Value: 0


DOMIndex

Value: 1


CTFIndex

Value: 2


BRIndex

Value: 3


NumButtons

Value: 4


Properties

See Tab_SPTutorials properties.

Instance functions

CanShowPanel

function bool CanShowPanel ()

Overrides: GUITabPanel.CanShowPanel


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


ShowPanel

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel