I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:UMenuStatusBar (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowWindow >> UMenuStatusBar

Contents

Package: 
UMenu
This class in other games:
UT

null

[edit] Properties

[edit] ContextHelp

Type: string


[edit] DefaultHelp

Type: string

Modifiers: localized


Default value: "Press ESC to return to the game"

[edit] DefaultIntroHelp

Type: string

Modifiers: localized


Default value: "Use the Game menu to start a new game."

[edit] Instance functions

[edit] Close

function Close (optional bool bByParent)

Overrides: UWindowWindow.Close


[edit] Created

function Created ()

Overrides: UWindowWindow.Created


[edit] Paint

function Paint (Canvas C, float X, float Y)

Overrides: UWindowWindow.Paint


[edit] SetHelp

function SetHelp (string NewHelp)