Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE1:UMenuOptionsMenu (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UMenu
This class in other games:
UT

null

Properties[edit]

Advanced[edit]

Type: UWindowPulldownMenuItem


Desktop[edit]

Type: UWindowPulldownMenuItem


DesktopHelp[edit]

Type: string

Modifiers: localized


Default value: "Toggle between showing your game behind the menus, or the desktop logo."

DesktopName[edit]

Type: string

Modifiers: localized


Default value: "Show &Desktop"

Player[edit]

Type: UWindowPulldownMenuItem


PlayerMenuHelp[edit]

Type: string

Modifiers: localized


Default value: "Configure your player setup for multiplayer and botmatch gaming."

PlayerMenuName[edit]

Type: string

Modifiers: localized


Default value: "&Player Setup"

PlayerWindowClass[edit]

Type: class<UWindowWindow>


Default value: Class'UMenu.UMenuPlayerWindow'

Preferences[edit]

Type: UWindowPulldownMenuItem


PreferencesHelp[edit]

Type: string

Modifiers: localized


Default value: "Change your game options, audio and video setup, HUD configuration, controls and other options."

PreferencesName[edit]

Type: string

Modifiers: localized


Default value: "P&references"

Prioritize[edit]

Type: UWindowPulldownMenuItem


PrioritizeHelp[edit]

Type: string

Modifiers: localized


Default value: "Change your weapon priority, view and set weapon options."

PrioritizeName[edit]

Type: string

Modifiers: localized


Default value: "&Weapons"

WeaponPriorityWindowClass[edit]

Type: class<UWindowWindow>


Default value: Class'UMenu.UMenuWeaponPriorityWindow'

Instance functions[edit]

Created[edit]

function Created ()

Overrides: UWindowPulldownMenu.Created


ExecuteItem[edit]

function ExecuteItem (UWindowPulldownMenuItem I)

Overrides: UWindowPulldownMenu.ExecuteItem


PlayerSetup[edit]

function UWindowWindow PlayerSetup ()


Select[edit]

function Select (UWindowPulldownMenuItem I)

Overrides: UWindowPulldownMenu.Select


ShowPreferences[edit]

function ShowPreferences (optional bool bNetworkSettings)