MmGetStatus

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search


A command for MenuMate.

(status:int) mmGetStatus

Returns the current status of a menu. Must be called from the same script which called mmLoadMenu.

Status codes:

Code   Meaning
-2     Menu queued, waiting to be displayed
-1     Menu is currently being displayed
 0     No menu loaded for this script, or menu closed with an error
 1     Menu completed successfully