MmLoadMenu

From the Oblivion ConstructionSet Wiki
Revision as of 02:02, 30 November 2008 by imported>Speedo
Jump to navigation Jump to search


A command for MenuMate.

(Success:bool) mmLoadMenu filename:string

Loads and displays a menu from XML. Returns 1 if the menu was successfully loaded.

Notes

  • All files must be under the path "..\My Documents\My Games\Oblivion\MenuMate\", however you my specify additional sub directories.
  • Because only one menu may be shown at a time, MenuMate displays menus via a "first-in first-out" queue. There is no guarantee that your menu will be displayed as soon as this function is called. If, for example, there are three menus in the queue when you call this function, your menu will not display until the three menus ahead of it have completed. Generally, this should only be an issue for menus that display at the very beginning of a new game.