Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

GUI2K4.UT2K4SPTab_CustomLadder


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
//==============================================================================
// Single Player Ladder page with only one ladder, to be used by a custom ladder
//
// Written by Michiel Hendriks
// (c) 2003, Epic Games, Inc. All Rights Reserved
//==============================================================================

class UT2K4SPTab_CustomLadder extends UT2K4SPTab_SingleLadder;

var string CustomLadderClass;
var int CustomLadderIndex;

function InitComponent(GUIController pMyController, GUIComponent MyOwner)
{
	Super(UT2K4SPTab_LadderBase).Initcomponent(pMyController, MyOwner);
}

function InitCustom()
{
	CustomLadderIndex = GP.GetCustomLadder(CustomLadderClass);
	Entries = CreateVButtons(LadderId, LadderTop, LadderLeft, LadderHeight);
	CreateLabels();
	moveMatchInfo(-0.085, 0.25);
	bInit = true;
}


Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Di 5.9.2006 22:28:52.000 - Creation time: Do 14.8.2014 09:58:53.814 - Created with UnCodeX