class Menu
- supers: Callins
[source]
methods
Menu.ActivateGame
function Menu.ActivateGame()
Called whenever LuaMenu is on with a game loaded.
[source]
Menu.ActivateMenu
function Menu.ActivateMenu()
Called whenever LuaMenu is on with no game loaded.
[source]
Menu.AllowDraw
function Menu.AllowDraw() -> allowDraw boolean
Enables Draw{Genesis,Screen,ScreenPost} callins if true is returned, otherwise they are called once every 30 seconds. Only active when a game isn’t running.
[source]