class Menu

  • supers: Callins

[source]


methods



function Menu.ActivateGame()

Called whenever LuaMenu is on with a game loaded.

[source]


function Menu.ActivateMenu()

Called whenever LuaMenu is on with no game loaded.

[source]


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]