WoW:API ForceLogout: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{protectedapi}})
mNo edit summary
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}}__NOTOC__
{{protectedapi|(unknown)|}}
Instantly logs you out, bypassing the usual 20 seconds countdown
ForceLogout()


ForceLogout();
===Takes===
: Nothing


== Parameters ==
===Returns===
: Nothing


=== Arguments ===
===Details===
: None
: This function will only work for GMs to prevent normal players from escaping battle by logging out.
 
=== Returns ===
: None
 
 
=== Detail ===
We don't seem to have the permission to do this function. A unique error message appears with stating this.

Revision as of 01:01, 5 September 2006

WoW API < ForceLogout

Instantly logs you out, bypassing the usual 20 seconds countdown

ForceLogout()

Takes

Nothing

Returns

Nothing

Details

This function will only work for GMs to prevent normal players from escaping battle by logging out.