The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:UMenuToolsMenu (RTNP)

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

null

Properties[edit]

Console[edit]

Type: UWindowPulldownMenuItem


ConsoleHelp[edit]

Type: string

Modifiers: localized


Default value: "This option brings up the Unreal Console. You can use the console to enter advanced commands and cheats."

ConsoleName[edit]

Type: string

Modifiers: localized


Default value: "System &Console"

LogHelp[edit]

Type: string

Modifiers: localized


Default value: "Show the Unreal log window."

LogName[edit]

Type: string

Modifiers: localized


Default value: "Show &Log"

ShowLog[edit]

Type: UWindowPulldownMenuItem


TimeDemo[edit]

Type: UWindowPulldownMenuItem


TimeDemoHelp[edit]

Type: string

Modifiers: localized


Default value: "Enable the TimeDemo statistic to measure your frame rate."

TimeDemoName[edit]

Type: string

Modifiers: localized


Default value: "T&imeDemo Statistics"

Instance functions[edit]

Created[edit]

function Created ()

Overrides: UWindowPulldownMenu.Created


ExecuteItem[edit]

function ExecuteItem (UWindowPulldownMenuItem I)

Overrides: UWindowPulldownMenu.ExecuteItem


Select[edit]

function Select (UWindowPulldownMenuItem I)

Overrides: UWindowPulldownMenu.Select


ShowWindow[edit]

function ShowWindow ()

Overrides: UWindowPulldownMenu.ShowWindow