Mostly Harmless

UE2:UT2SettingsPage (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2SettingsPage
Package: 
XInterface
This class in other games:
UT2004

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
Member Value
A 255
B 255
G 255
R 255
ImageRenderStyle MSTY_Alpha
ImageStyle ISTY_Scaled
WinHeight 0.13
WinLeft 0.830079
WinTop 0.800782
WinWidth 0.26

SettingFooter[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]

event ChangeHint (string NewHint)

Overrides: GUIPage.ChangeHint


NotifyLevelChange[edit]

event NotifyLevelChange ()

Overrides: GUIPage.NotifyLevelChange


Other instance functions[edit]

ButtonClicked[edit]

function bool ButtonClicked (GUIComponent Sender)


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


InternalOnCanClose[edit]

function bool InternalOnCanClose (optional bool bCanceled)


InternalOnClose[edit]

function InternalOnClose (optional bool bCanceled)


InternalOnReOpen[edit]

function InternalOnReOpen ()


TabChange[edit]

function TabChange (GUIComponent Sender)