My program doesn't have bugs. It just develops random features.
UE2:UT2K4Tab_MidGameHelp (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> MidGamePanel >> UT2K4Tab_MidGameHelp |
- Package:
- GUI2K4
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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[edit]
AllGameHints[edit]
bReceivedGameClass[edit]
Type: bool
CurrentHintIndex[edit]
Type: int
GameClass[edit]
GameDescriptionBox[edit]
Type: GUIScrollTextBox
Modifiers: automated
Default value: GUIScrollTextBox'InfoText'
HintCountLabel[edit]
Type: GUILabel
Modifiers: automated
Default value: GUILabel'HintCount'
HintsBox[edit]
Type: GUIScrollTextBox
Modifiers: automated
Default value: GUIScrollTextBox'HintText'
NextHintButton[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'NextHint'
PrevHintButton[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'PrevHint'
sb_GameDesc[edit]
Type: GUISectionBackground
Modifiers: automated
Default value: sbGameDesc;
sb_Hints[edit]
Type: GUISectionBackground
Modifiers: automated
Default value: sbHints;
Default values[edit]
Property | Value |
---|---|
OnPreDraw | Fixup; |
Subobjects[edit]
HintCount[edit]
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TextAlign | TXTA_Center | ||||||||||
TextColor |
|
||||||||||
WinHeight | 32.0 | ||||||||||
WinLeft | 0.3 | ||||||||||
WinTop | 0.9 | ||||||||||
WinWidth | 0.4 |
HintText[edit]
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[edit]
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[edit]
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[edit]
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[edit]
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[edit]
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[edit]
Events[edit]
InitComponent[edit]
Overrides: GUIPanel.InitComponent
Timer[edit]
Overrides: GUIComponent.Timer
Other instance functions[edit]
ButtonClicked[edit]
FixUp[edit]
ShowPanel[edit]
Overrides: GUITabPanel.ShowPanel