View Single Post
10-25-17, 01:11 PM   #1
ceylina
A Wyrmkin Dreamwalker
Join Date: Oct 2014
Posts: 50
Are quit() and logout() now protected?

As of 7.3.2, the functions logout() and quit() are somehow considered protected now. I am trying to look to see if anything has changed that no longer allows you to programmatically call logout or quit() or if there is a new function call that replaces it with the latest patch.

http://wowprogramming.com/docs/api/Quit

This is what happens when trying to call it.
[ADDON_ACTION_FORBIDDEN] AddOn 'quickQuit' tried to call the protected function 'Quit()'.

I mean I can hit escape and use the built in exit buttons so that isn't being tainted or anything.
  Reply With Quote