There is no spoon

UE2:SettingsMenu (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> SettingsMenu
Package: 
RTInterface

null

Properties[edit]

AllowClose[edit]

Type: bool


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


GameTabLabel[edit]

Type: string

Modifiers: localized


Default value: "Runtime"

HudTabHint[edit]

Type: string

Modifiers: localized


HudTabLabel[edit]

Type: string

Modifiers: localized


Default value: "HUD"

IForceTabHint[edit]

Type: string

Modifiers: localized


Default value: "Configure input device options..."

IForceTabLabel[edit]

Type: string

Modifiers: localized


Default value: "Input"

NetworkTabHint[edit]

Type: string

Modifiers: localized


Default value: "Configure online and LAN play..."

NetworkTabLabel[edit]

Type: string

Modifiers: localized


Default value: "Network"

PlayerTabHint[edit]

Type: string

Modifiers: localized


Default value: "Configure your Avatar..."

PlayerTabLabel[edit]

Type: string

Modifiers: localized


Default value: "Avatar"

pNetwork[edit]

Type: Tab_NetworkSettings


pPlayer[edit]

Type: Tab_PlayerSettings


SavedPitch[edit]

Type: float


SpeechBinderTabHint[edit]

Type: string

Modifiers: localized


SpeechBinderTabLabel[edit]

Type: string

Modifiers: localized


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


WeaponsTabLabel[edit]

Type: string

Modifiers: localized


Default values[edit]

Property Value
__OnCanClose__Delegate
__OnClose__Delegate
__OnKeyEvent__Delegate
Background Texture'RuntimeInterfaceContent.urt_bg3'
bAllowedAsLast True
Controls[0] GUITitleBar'RTInterface.SettingsMenu.SettingHeader'
Controls[1] GUITabControl'RTInterface.SettingsMenu.SettingTabs'
Controls[2] GUITitleBar'RTInterface.SettingsMenu.SettingFooter'
Controls[3] GUIButton'RTInterface.SettingsMenu.QuitButton'
WinHeight 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]

ButtonClick[edit]

function bool ButtonClick (GUIComponent Sender)


CanClose[edit]

function bool CanClose (optional bool bCanceled)


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


InternalOnClose[edit]

function InternalOnClose (optional bool bCanceled)


MyKeyEvent[edit]

function bool MyKeyEvent (out byte Key, out byte State, float delta)


ResumeGame[edit]

function ResumeGame ()


TabChange[edit]

function TabChange (GUIComponent Sender)