I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:UT2K4Tab_MidGameHelp (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> MidGamePanel >> UT2K4Tab_MidGameHelp
Package: 
GUI2K4

Tab for login/midgame menu that shows game description and helpful hints

Written by Matt Oelfke (C) 2003, Epic Games, Inc. All Rights Reserved

Properties

AllGameHints

Type: array<string>


bReceivedGameClass

Type: bool


CurrentHintIndex

Type: int


GameClass

Type: class<GameInfo>


GameDescriptionBox

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'InfoText'

HintCountLabel

Type: GUILabel

Modifiers: automated


Default value: GUILabel'HintCount'

HintsBox

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'HintText'

NextHintButton

Type: GUIButton

Modifiers: automated


Default value: GUIButton'NextHint'

PrevHintButton

Type: GUIButton

Modifiers: automated


Default value: GUIButton'PrevHint'

sb_GameDesc

Type: GUISectionBackground

Modifiers: automated


Default value: sbGameDesc;

sb_Hints

Type: GUISectionBackground

Modifiers: automated


Default value: sbHints;

Default values

Property Value
OnPreDraw Fixup;

Subobjects

HintCount

Class: XInterface.GUILabel

Property Value
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 255
G 255
R 255
WinHeight 32.0
WinLeft 0.3
WinTop 0.9
WinWidth 0.4

HintText

Class: XInterface.GUIScrollTextBox

Property Value
bBoundToParent True
bNeverFocus True
bNoTeletype True
bScaleToParent True
CharDelay 0.0025
EOLDelay 0.0
StyleName "NoBackground"
TextAlign TXTA_Center
WinHeight 0.266016
WinLeft 0.0
WinTop 0.59375
WinWidth 1.0

InfoText

Class: XInterface.GUIScrollTextBox

Property Value
bBoundToParent True
bNeverFocus True
bNoTeletype True
bScaleToParent True
CharDelay 0.0025
EOLDelay 0.0
StyleName "NoBackground"
TextAlign TXTA_Center
WinHeight 0.316016
WinLeft 0.0
WinTop 0.14375
WinWidth 1.0

NextHint

Class: XInterface.GUIButton

Property Value
bAutoSize True
Caption "Next Hint"
MenuState MSAT_Disabled
OnClick ButtonClicked
StyleName "SquareButton"
TabOrder 1
WinHeight 0.042125
WinLeft 0.698425
WinTop 0.9
WinWidth 0.159469

PrevHint

Class: XInterface.GUIButton

Property Value
bAutoSize True
Caption "Previous Hint"
MenuState MSAT_Disabled
OnClick ButtonClicked
StyleName "SquareButton"
TabOrder 0
WinHeight 0.042125
WinLeft 0.1315
WinTop 0.9
WinWidth 0.226801

sbGameDesc

Class: GUI2K4.AltSectionBackground

Property Value
bBoundToParent True
bFillClient True
bScaleToParent True
Caption "Game Description"
WinHeight 0.455783
WinLeft 0.023625
WinTop 0.020438
WinWidth 0.944875

sbHints

Class: GUI2K4.AltSectionBackground

Property Value
bBoundToParent True
bFillClient True
bScaleToParent True
Caption "Helpful Hints"
WinHeight 0.436125
WinLeft 0.055125
WinTop 0.482921
WinWidth 0.881875

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Timer

event Timer ()

Overrides: GUIComponent.Timer


Other instance functions

ButtonClicked

function bool ButtonClicked (GUIComponent Sender)


FixUp

function bool FixUp (Canvas C)


ShowPanel

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel