View Single Post
02-01-19, 03:40 AM   #1
Nightness
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Feb 2009
Posts: 32
ToggleGameMenu can be called from addons (or /script) in a limited way

Check out the API bug I found…

“/script ToggleGameMenu(); StaticPopup1:Hide()”.

Game menu toggle is not really protected but it’s calls to SpellStopCasting(), SpellStopTargeting(), and ClearTarget() are and is what is generating the tainted error, they are not in a secure call.

Last edited by Nightness : 02-02-19 at 02:18 AM.
  Reply With Quote