The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:UT2K4Settings_Footer (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIBorder >> GUIFooter >> ButtonFooter >> UT2K4Settings_Footer |
- 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. |
(C) 2002, Epic Games
Properties
b_Back
Type: GUIButton
Modifiers: automated
Default value: GUIButton'BackB'
b_Defaults
Type: GUIButton
Modifiers: automated
Default value: GUIButton'DefaultB'
SettingsPage
Type: UT2K4SettingsPage
Subobjects
BackB
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "BACK" |
Hint | "Return to the previous menu" |
OnClick | InternalOnClick |
RenderWeight | 2.0 |
StyleName | "FooterButton" |
TabOrder | 1 |
WinHeight | 0.036482 |
WinTop | 0.085678 |
DefaultB
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "DEFAULTS" |
Hint | "Reset all settings on this page to their default values" |
OnClick | InternalOnClick |
RenderWeight | 2.0 |
StyleName | "FooterButton" |
TabOrder | 0 |
WinHeight | 0.036482 |
WinLeft | 0.885352 |
WinTop | 0.085678 |
WinWidth | 0.114648 |
Functions
Events
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: ButtonFooter.InitComponent
Other instance functions
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)