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

GUI2K4.UT2K4Tab_MidGameHelp

Extends
MidGamePanel

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.MidGamePanel
                     |   
                     +-- GUI2K4.UT2K4Tab_MidGameHelp

Variables Summary
array<string>AllGameHints
boolbReceivedGameClass
intCurrentHintIndex
class<GameInfo>GameClass
GUIScrollTextBoxGameDescriptionBox
GUILabelHintCountLabel
GUIScrollTextBoxHintsBox
GUIButtonNextHintButton
GUIButtonPrevHintButton
GUISectionBackgroundsb_GameDesc
GUISectionBackgroundsb_Hints
Inherited Variables from GUI2K4.MidGamePanel
bLocked

Functions Summary
functionbool ButtonClicked (GUIComponent Sender)
functionbool FixUp (Canvas C)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function ShowPanel (bool bShow)
function Timer ()
Inherited Functions from GUI2K4.MidGamePanel
Free, LevelChanged, PlayerIDIsMine, UpdateChatRestriction


Variables Detail

AllGameHints Source code

var array<string> AllGameHints;

bReceivedGameClass Source code

var bool bReceivedGameClass;

CurrentHintIndex Source code

var int CurrentHintIndex;

GameClass Source code

var class<GameInfo> GameClass;

GameDescriptionBox Source code

var automated GUIScrollTextBox GameDescriptionBox;

HintCountLabel Source code

var automated GUILabel HintCountLabel;

HintsBox Source code

var automated GUIScrollTextBox HintsBox;

NextHintButton Source code

var automated GUIButton NextHintButton;

PrevHintButton Source code

var automated GUIButton PrevHintButton;

sb_GameDesc Source code

var automated GUISectionBackground sb_GameDesc;

sb_Hints Source code

var automated GUISectionBackground sb_Hints;


Functions Detail

ButtonClicked Source code

function bool ButtonClicked ( GUIComponent Sender )

FixUp Source code

function bool FixUp ( Canvas C )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

ShowPanel Source code

function ShowPanel ( bool bShow )

Timer Source code

function Timer ( )


Defaultproperties

defaultproperties
{
     Begin Object Class=AltSectionBackground Name=sbGameDesc
         bFillClient=True
         Caption="Game Description"
         WinTop=0.020438
         WinLeft=0.023625
         WinWidth=0.944875
         WinHeight=0.455783
         bBoundToParent=True
         bScaleToParent=True
         OnPreDraw=sbGameDesc.InternalPreDraw
     End Object
     sb_GameDesc=AltSectionBackground'GUI2K4.UT2K4Tab_MidGameHelp.sbGameDesc'

     Begin Object Class=AltSectionBackground Name=sbHints
         bFillClient=True
         Caption="Helpful Hints"
         WinTop=0.482921
         WinLeft=0.055125
         WinWidth=0.881875
         WinHeight=0.436125
         bBoundToParent=True
         bScaleToParent=True
         OnPreDraw=sbHints.InternalPreDraw
     End Object
     sb_Hints=AltSectionBackground'GUI2K4.UT2K4Tab_MidGameHelp.sbHints'

     Begin Object Class=GUIScrollTextBox Name=InfoText
         bNoTeletype=True
         CharDelay=0.002500
         EOLDelay=0.000000
         TextAlign=TXTA_Center
         OnCreateComponent=InfoText.InternalOnCreateComponent
         WinTop=0.143750
         WinHeight=0.316016
         bBoundToParent=True
         bScaleToParent=True
         bNeverFocus=True
     End Object
     GameDescriptionBox=GUIScrollTextBox'GUI2K4.UT2K4Tab_MidGameHelp.InfoText'

     Begin Object Class=GUIScrollTextBox Name=HintText
         bNoTeletype=True
         CharDelay=0.002500
         EOLDelay=0.000000
         TextAlign=TXTA_Center
         OnCreateComponent=HintText.InternalOnCreateComponent
         WinTop=0.593750
         WinHeight=0.266016
         bBoundToParent=True
         bScaleToParent=True
         bNeverFocus=True
     End Object
     HintsBox=GUIScrollTextBox'GUI2K4.UT2K4Tab_MidGameHelp.HintText'

     Begin Object Class=GUILabel Name=HintCount
         TextAlign=TXTA_Center
         TextColor=(B=255,G=255,R=255)
         WinTop=0.900000
         WinLeft=0.300000
         WinWidth=0.400000
         WinHeight=32.000000
     End Object
     HintCountLabel=GUILabel'GUI2K4.UT2K4Tab_MidGameHelp.HintCount'

     Begin Object Class=GUIButton Name=PrevHint
         Caption="Previous Hint"
         bAutoSize=True
         MenuState=MSAT_Disabled
         WinTop=0.900000
         WinLeft=0.131500
         WinWidth=0.226801
         WinHeight=0.042125
         TabOrder=0
         OnClick=UT2K4Tab_MidGameHelp.ButtonClicked
         OnKeyEvent=PrevHint.InternalOnKeyEvent
     End Object
     PrevHintButton=GUIButton'GUI2K4.UT2K4Tab_MidGameHelp.PrevHint'

     Begin Object Class=GUIButton Name=NextHint
         Caption="Next Hint"
         bAutoSize=True
         MenuState=MSAT_Disabled
         WinTop=0.900000
         WinLeft=0.698425
         WinWidth=0.159469
         WinHeight=0.042125
         TabOrder=1
         OnClick=UT2K4Tab_MidGameHelp.ButtonClicked
         OnKeyEvent=NextHint.InternalOnKeyEvent
     End Object
     NextHintButton=GUIButton'GUI2K4.UT2K4Tab_MidGameHelp.NextHint'

     OnPreDraw=UT2K4Tab_MidGameHelp.FixUp
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:24.000 - Created with UnCodeX