WoW:API ForceLogout: Difference between revisions
Jump to navigation
Jump to search
(added to protected category) |
(not actually protected) |
||
Line 1: | Line 1: | ||
{{wowapi}}__NOTOC__ | {{wowapi}}__NOTOC__ | ||
Equivalent to {{api|ForceQuit}}: logs the player out immediately, even if outside a resting zone. | |||
ForceLogout() | ForceLogout() | ||
=== | == Notes == | ||
This function does not work for ordinary players; instead, a message saying "You do not have permission to perform that action" is returned from the server. | |||
Revision as of 23:28, 10 June 2009
← WoW API < ForceLogout
Equivalent to ForceQuit: logs the player out immediately, even if outside a resting zone.
ForceLogout()
Notes
This function does not work for ordinary players; instead, a message saying "You do not have permission to perform that action" is returned from the server.