WoW:API ToggleGameMenu: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API ToggleGameMenu to API ToggleGameMenu without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{protectedapi|2.0.1|}} | {{protectedapi|2.0.1|}} | ||
{{framexmlfunc|FrameXML/UIParent.lua}} __NOTOC__ | <br>{{framexmlfunc|FrameXML/UIParent.lua}} __NOTOC__ | ||
Line 21: | Line 21: | ||
== Example == | == Example == | ||
ToggleGameMenu(); | ToggleGameMenu(); | ||
==Note== | |||
* The function itself is not protected; it calls the following protected functions which trigger the ACTION_BLOCKED event:<br /> | |||
**[[API_SpellStopCasting|SpellStopCasting]]()<br /> | |||
**[[API_SpellStopTargeting|SpellStopTargeting]]()<br /> | |||
**[[API_ClearTarget|ClearTarget]]() | |||
* 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. |
Latest revision as of 04:47, 15 August 2023
This function is PROTECTED, and can only be called from Blizzard code.
|
- This 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.