I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:UT2SettingsPage (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UT2SettingsPage |
Contents
- 1 Properties
- 1.1 AudioTabHint
- 1.2 AudioTabLabel
- 1.3 ControlsTabHint
- 1.4 ControlsTabLabel
- 1.5 DetailsTabHint
- 1.6 DetailsTabLabel
- 1.7 GameTabHint
- 1.8 GameTabLabel
- 1.9 HudTabHint
- 1.10 HudTabLabel
- 1.11 IForceTabHint
- 1.12 IForceTabLabel
- 1.13 NetworkTabHint
- 1.14 NetworkTabLabel
- 1.15 PlayerTabHint
- 1.16 PlayerTabLabel
- 1.17 pNetwork
- 1.18 pPlayer
- 1.19 pWeaponPref
- 1.20 SavedPitch
- 1.21 SpeechBinderTabHint
- 1.22 SpeechBinderTabLabel
- 1.23 VideoTabHint
- 1.24 VideoTabLabel
- 1.25 WeaponsTabHint
- 1.26 WeaponsTabLabel
- 1.27 Default values
- 1.28 Subobjects
- 2 Functions
- Package:
- XInterface
- This class in other games:
- UT2003
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. |
Class: XInterface.UT2SettingsPage Parent: XInterface.GUIPage
<Enter a description here>
Properties[edit]
AudioTabHint[edit]
Type: string
Modifiers: localized
Default value: "Adjust your audio experience..."
AudioTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Audio"
ControlsTabHint[edit]
Type: string
Modifiers: localized
Default value: "Configure your controls..."
ControlsTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Controls"
DetailsTabHint[edit]
Type: string
Modifiers: localized
Default value: "Adjust the detail settings for better graphics or faster framerate..."
DetailsTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Details"
GameTabHint[edit]
Type: string
Modifiers: localized
Default value: "Adjust various game related settings..."
GameTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Game"
HudTabHint[edit]
Type: string
Modifiers: localized
Default value: "Customize your hud..."
HudTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Hud"
IForceTabHint[edit]
Type: string
Modifiers: localized
Default value: "Configure misc. input options..."
IForceTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Input"
NetworkTabHint[edit]
Type: string
Modifiers: localized
Default value: "Configure UT2003 for Online and Lan play..."
NetworkTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Network"
PlayerTabHint[edit]
Type: string
Modifiers: localized
Default value: "Configure your UT2003 Avatar..."
PlayerTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Player"
pNetwork[edit]
Type: Tab_NetworkSettings
pPlayer[edit]
Type: Tab_PlayerSettings
pWeaponPref[edit]
Type: Tab_WeaponPref
SavedPitch[edit]
Type: float
SpeechBinderTabHint[edit]
Type: string
Modifiers: localized
Default value: "Bind messages to keys..."
SpeechBinderTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Speech"
VideoTabHint[edit]
Type: string
Modifiers: localized
Default value: "Select your resolution and change your brightness..."
VideoTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Video"
WeaponsTabHint[edit]
Type: string
Modifiers: localized
Default value: "Adjust your weapon priorities and settings..."
WeaponsTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Weapons"
Default values[edit]
Property | Value |
---|---|
Background | Material'InterfaceContent.Backgrounds.bg11' |
Controls[0] | GUITitleBar'SettingHeader' |
Controls[1] | GUITabControl'SettingTabs' |
Controls[2] | GUITitleBar'SettingFooter' |
Controls[3] | GUIButton'BackButton' |
Controls[4] | GUIImage'LogoSymbol' |
OnCanClose | InternalOnCanClose |
OnClose | InternalOnClose |
OnReOpen | InternalOnReOpen |
WinHeight | 1.0 |
Subobjects[edit]
BackButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "BACK" |
Hint | "Return to Previous Menu" |
OnClick | ButtonClicked |
StyleName | "SquareMenuButton" |
WinHeight | 0.055 |
WinLeft | 0.0 |
WinTop | 0.93 |
WinWidth | 0.12 |
LogoSymbol[edit]
Class: XInterface.GUIImage
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bVisible | False | ||||||||||
Image | Material'fbSymbolShader' | ||||||||||
ImageColor |
|
||||||||||
ImageRenderStyle | MSTY_Alpha | ||||||||||
ImageStyle | ISTY_Scaled | ||||||||||
WinHeight | 0.13 | ||||||||||
WinLeft | 0.830079 | ||||||||||
WinTop | 0.800782 | ||||||||||
WinWidth | 0.26 |
[edit]
Class: XInterface.GUITitleBar
Property | Value |
---|---|
bUseTextHeight | False |
Justification | TXTA_Center |
StyleName | "Footer" |
WinHeight | 0.055 |
WinLeft | 0.12 |
WinTop | 0.93 |
WinWidth | 0.88 |
SettingHeader[edit]
Class: XInterface.GUITitleBar
Property | Value |
---|---|
Caption | "Settings" |
Effect | Material'CO_Final' |
StyleName | "Header" |
WinHeight | 46.0 |
WinLeft | 0.0 |
WinTop | 0.036406 |
WinWidth | 1.0 |
SettingTabs[edit]
Class: XInterface.GUITabControl
Property | Value |
---|---|
bAcceptsInput | True |
bDockPanels | True |
OnChange | TabChange; |
TabHeight | 0.04 |
WinHeight | 48.0 |
WinLeft | 0.0 |
WinTop | 0.25 |
WinWidth | 1.0 |
Functions[edit]
Events[edit]
ChangeHint[edit]
Overrides: GUIPage.ChangeHint
InitComponent[edit]
Overrides: GUIPage.InitComponent
Other instance functions[edit]
ButtonClicked[edit]
InternalOnCanClose[edit]
InternalOnClose[edit]
InternalOnReOpen[edit]
NotifyLevelChange[edit]
Overrides: GUIPage.NotifyLevelChange