GUI2K4.UT2K4Tab_MidGameHelp
- Extends
- MidGamePanel
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- GUI2K4.MidGamePanel
|
+-- GUI2K4.UT2K4Tab_MidGameHelp
var array<string> AllGameHints;
var bool bReceivedGameClass;
var int CurrentHintIndex;
function bool FixUp (
Canvas C )
function ShowPanel ( bool bShow )
function Timer ( )
defaultproperties
{
Begin Object Class=AltSectionBackground Name=sbGameDesc
bFillClient=Wahr
Caption="Game Description"
WinTop=0.020438
WinLeft=0.023625
WinWidth=0.944875
WinHeight=0.455783
bBoundToParent=Wahr
bScaleToParent=Wahr
OnPreDraw=sbGameDesc.InternalPreDraw
End Object
sb_GameDesc=AltSectionBackground'GUI2K4.UT2K4Tab_MidGameHelp.sbGameDesc'
Begin Object Class=AltSectionBackground Name=sbHints
bFillClient=Wahr
Caption="Helpful Hints"
WinTop=0.482921
WinLeft=0.055125
WinWidth=0.881875
WinHeight=0.436125
bBoundToParent=Wahr
bScaleToParent=Wahr
OnPreDraw=sbHints.InternalPreDraw
End Object
sb_Hints=AltSectionBackground'GUI2K4.UT2K4Tab_MidGameHelp.sbHints'
Begin Object Class=GUIScrollTextBox Name=InfoText
bNoTeletype=Wahr
CharDelay=0.002500
EOLDelay=0.000000
TextAlign=TXTA_Center
OnCreateComponent=InfoText.InternalOnCreateComponent
WinTop=0.143750
WinHeight=0.316016
bBoundToParent=Wahr
bScaleToParent=Wahr
bNeverFocus=Wahr
End Object
GameDescriptionBox=GUIScrollTextBox'GUI2K4.UT2K4Tab_MidGameHelp.InfoText'
Begin Object Class=GUIScrollTextBox Name=HintText
bNoTeletype=Wahr
CharDelay=0.002500
EOLDelay=0.000000
TextAlign=TXTA_Center
OnCreateComponent=HintText.InternalOnCreateComponent
WinTop=0.593750
WinHeight=0.266016
bBoundToParent=Wahr
bScaleToParent=Wahr
bNeverFocus=Wahr
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=Wahr
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=Wahr
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
}
|
Creation time: Mo 16.4.2007 11:20:35.671 - Created with
UnCodeX