![]() | This function is PROTECTED, and can only be called from Blizzard code.
|
This function is implemented by FrameXML in [DEPRECATED http://wowprogramming.com/utils/xmlbrowser/live/FrameXML/UIParent.lua 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.
Community content is available under CC-BY-SA
unless otherwise noted.