Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:Tab_SPLadderBase (UT2004)

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

Contains common fonctionality for Ladder Pages /////////////////////////////////////////////////

Properties[edit]

ActiveLadderButton[edit]

Type: LadderButton


MapNameLabel[edit]

Type: GUILabel


MapPicHolder[edit]

Type: GUIImage


ScrollInfo[edit]

Type: GUIScrollTextBox


Instance functions[edit]

CanShowPanel[edit]

function bool CanShowPanel ()

Overrides: GUITabPanel.CanShowPanel


DLOMaterial[edit]

function Material DLOMaterial (string MaterialFullName)


DoShowMatchInfo[edit]

function bool DoShowMatchInfo (MatchInfo MI)


MatchButtonClick[edit]

function bool MatchButtonClick (GUIComponent Sender)


MatchDoubleClick[edit]

function bool MatchDoubleClick (GUIComponent Sender)


NewLadderButton[edit]

function LadderButton NewLadderButton (int LadderIndex, int MatchIndex, float Left, float Top)


SetActiveMatch[edit]

function bool SetActiveMatch (int ladder, out array<LadderButtonBtns)


SetYellowBar[edit]

function int SetYellowBar (int ladder, int index, out array<LadderButtonButtons)


ShowMatchInfo[edit]

function bool ShowMatchInfo (MatchInfo MI)


UpdateLadderButton[edit]

function UpdateLadderButton (LadderButton Btn, int LadderIndex, int MatchIndex)