Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE1:UMenuModMenuItem (RTNP)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowList >> UMenuModMenuItem
Package: 
UMenu
This class in other games:
UT

Descend from this class to add an item to the Mod menu. Be sure to put a line in your Mod's .int file to specify this class eg: Object=(Name=MyModPkg.MyModMenuItem,Class=Class,MetaClass=UMenu.UMenuModMenuItem)

Properties[edit]

MenuCaption[edit]

Type: string

Modifiers: localized


Default value: "&My Mod"

MenuHelp[edit]

Type: string

Modifiers: localized


Default value: "This text goes on the status bar"

MenuItem[edit]

Type: UWindowPulldownMenuItem

Used internally

Instance functions[edit]

Execute[edit]

function Execute ()


Setup[edit]

function Setup ()