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

GUI2K4.UT2K4LadderButton


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
//==============================================================================
// GUI button for the championchip, also base class for the other ladder buttons
//
// Written by Michiel Hendriks
// (c) 2003, Epic Games, Inc. All Rights Reserved
//==============================================================================

class UT2K4LadderButton extends GUIGFXButton;

var UT2K4MatchInfo MatchInfo;
var CacheManager.MapRecord MyMapRecord;
var int MatchIndex;
var int LadderIndex;

/**
    The bar connection from the previous match
    Light up when this match is available
*/
var GUIImage ProgresBar;
var Material PBNormal, PBActive;

function SetState(int Rung);

defaultproperties
{
     Graphic=Texture'InterfaceContent.SPMenu.Lock1'
     Position=ICP_Scaled
     WinWidth=0.083925
     WinHeight=0.113688
     bVisible=False
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Tue 24/10/2006 17:13:10.000 - Creation time: Wed 7/2/2007 19:16:56.500 - Created with UnCodeX