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

XInterface.UT2SP_DraftEventPage


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
// front-end for the drafting page, to explain what the heck is going on
class UT2SP_DraftEventPage extends UT2SP_LadderEventPage;

var localized string MessageDraft, MessageDraftTitle;

function InitComponent(GUIController pMyController, GUIComponent MyOwner)
{
    Super.Initcomponent(pMyController, MyOwner);
    lblCaption.Caption = MessageDraft;
    lblTitle.Caption = MessageDraftTitle;
}

function bool InternalOnClick(GUIComponent Sender) 
{
    if (Sender==btnOK) 
    {
        return Controller.ReplaceMenu("xInterface.UT2DraftTeam");
    } 
    else 
        return super.InternalOnClick(Sender);
}

function SetTutorialName(string tutname) 
{
}

defaultproperties
{
     MessageDraft="You have proven your valor in the qualification round,|and won the right to form your own team for the tournament.|Draft your team from the available free agents,|then enter the ladders of the team tournament--|but only after you have proven that you are fit to lead."
     MessageDraftTitle="Welcome to the Tournament"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Mon 23/10/2006 20:30:38.000 - Creation time: Wed 7/2/2007 19:16:58.203 - Created with UnCodeX