WoW API: ToggleGameMenu

From AddOn Studio
Jump to navigation Jump to search


WoW API < ToggleGameMenu

"I" iconThis function is implemented in Lua here FrameXML/UIParent.lua.


ToggleGameMenu();

Opens/closes the game menu.


Parameters[edit]

Arguments[edit]

none

Returns[edit]

nil


Example[edit]

ToggleGameMenu();

Note[edit]

  • The function itself is not protected; it calls the following protected functions which trigger the ACTION_BLOCKED event:
  • The name of this function is a bit of a misnomer, it's actually a handler that fires when the user presses the Escape key.