WoW:API GuildLeave: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
This command removes you from your current guild.  It has no arguments.


=== Example ===
 
/z GuildLeave()
Removes you from your current guild.
GuildLeave()
 
 
== Arguments ==
:none
 
 
== Returns ==
:nil

Revision as of 17:22, 25 June 2007

WoW API < GuildLeave


Removes you from your current guild.

GuildLeave()


Arguments

none


Returns

nil