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

GUI2K4.UT2K4SPTab_Qualification


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
00028
00029
00030
00031
00032
00033
00034
00035
00036
//==============================================================================
// Single Player Qualification menu
//
// Written by Michiel Hendriks
// (c) 2003, Epic Games, Inc. All Rights Reserved
//==============================================================================

class UT2K4SPTab_Qualification extends UT2K4SPTab_SingleLadder;

/**
	Select the next match, if total play time = 0 minutes and no match has been
	finished, auto select the tutorial
*/
function selectNextMatch()
{
	if ((GP.TotalTime == 0) && (GP.LadderProgress[LadderId] <= 1))
	{
		onMatchClick(Entries[0]);
		return;
	}
	super.selectNextMatch();
}

defaultproperties
{
	LadderId=0
	EntryLabels(0)="Tutorial"
	EntryLabels(1)="One on One"
	EntryLabels(2)="Cut-throat Deathmatch"
	EntryLabels(3)="Cut-throat Deathmatch"
	EntryLabels(4)="Five-way Deathmatch"
	EntryLabels(5)="Draft your team then defeat them"

	PanelCaption="Qualification"
}

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.918 - Created with UnCodeX