Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:World of Warcraft API
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Guild === :{{id|API|AcceptGuild}}() - The player accepts the invitation to join a guild. :{{id|API|BuyGuildCharter}}("guildName") - Purchases a guild charter for 'guildName'. :{{id|API|CanEditGuildEvent}}() - Returns true if you are allowed to edit guild events (in the calendar). :{{id|API|CanEditGuildInfo}}() - Returns true if you are allowed to edit the guild info :{{id|API|CanEditMOTD}}() - Returns true if you are allowed to edit the guild motd. :{{id|API|CanEditOfficerNote}}() - Returns true if you are allowed to edit a guild member's officer note. :{{id|API|CanEditPublicNote}}() - Returns true if you are allowed to edit a guild member's public note. :{{id|API|CanGuildDemote}}() - Returns true if you are allowed to demote a guild member. :{{id|API|CanGuildInvite}}() - Returns true if you are allowed to invite a new member to the guild. :{{id|API|CanGuildPromote}}() - Returns true if you are allowed to promote a guild member. :{{id|API|CanGuildRemove}}() - Returns true if you are allowed to remove a guild member. :{{id|API|CanViewOfficerNote}}() - Returns true if you are allowed to view a Officer Note. :{{id|API|CloseGuildRegistrar}}() :{{id|API|CloseGuildRoster}}() :{{id|API|CloseTabardCreation}}() :{{id|API|DeclineGuild}}() - The player declines the invitation to join a guild. :{{id|API|GetGuildCharterCost}}() - Returns the cost of purchasing a guild charter. :{{id|API|GetGuildEventInfo}}(index) - Returns the event information. (added 2.3) :{{id|API|GetGuildInfo}}("[[unitId|unit]]") - This function returns the name of the guild ''unit'' belongs to. :{{id|API|GetGuildInfoText}}() - Returns the persistant Guild Information data. (added 1.9) :{{id|API|GetGuildRosterInfo}}(index) - This function is used to get info on members in the guild. :{{id|API|GetGuildRosterLastOnline}}(index) - Returns time since last online for indexth member in current sort order. :{{id|API|GetGuildRosterMOTD}}() - Returns guild's MOTD. :{{id|API|GetGuildRosterSelection}}() - Returns the index of the current selected guild member. :{{id|API|GetGuildRosterShowOffline}}() - Returns true if showing offline members of the guild. :{{id|API|GetNumGuildEvents}}() - Returns the number of guild events. (added 2.3) :{{id|API|GetNumGuildMembers}}() - Returns the total and online number of guild members. :{{id|API|GetTabardCreationCost}}() - Returns cost in coppers. :{{id|API|GetTabardInfo}}() :{{id|API|GuildControlAddRank}}("name") - Add another rank called "name". Only Guildmaster. :{{id|API|GuildControlDelRank}}("name") - Delete rank "name". Only Guildmaster. :{{id|API|GuildControlGetNumRanks}}() - Returns number of ranks after guild frame open. Any guild member can use this. :{{id|API|GuildControlGetRankFlags}}() - Returns list of values for each permission for a select rank (default rank 1). :{{id|API|GuildControlGetRankName}}(index) - Returns name of the rank at index. Any guild member can use this. :{{id|API|GuildControlSaveRank}}("name") - Saves the permissions for rank "name". Only Guildmaster. :{{id|API|GuildControlSetRank}}(rank) - Sets the currently selected rank to view. :{{id|API|GuildControlSetRankFlag}}(index, enabled) - Enable/disable permission for an action at index. Only Guildmaster. :{{id|API|GuildDemote}}("name") - Demotes a player "name". :{{id|API|GuildDisband}}() - Disbands at once your guild. You must be the guild's leader to do so. Be careful, no warning is given prior disbanding. :{{id|API|GuildInfo}}() - Displays information about the guild you are a member of. :{{id|API|GuildInvite}}("name") - Invites a player to your guild. :{{id|API|GuildLeave}}() - Removes you from your current guild. :{{id|API|GuildPromote}}("name") - Promotes a player "name". :{{id|API|GuildRoster}}() - Fetches the guild list and fires a GUILD_ROSTER_UPDATE event. :{{id|API|GuildRosterSetOfficerNote}}(index, "note") - Sets the officer note at index to "note". :{{id|API|GuildRosterSetPublicNote}}(index, "note") - Sets the public note at index to "note". :{{id|API|GuildSetMOTD}}("note") - Set Guild Message of the Day to "note". :{{id|API|GuildSetLeader}}("name") - Transfers guild leadership to another character. :{{id|API|GuildUninvite}}("name") - Removes the member "name". :{{id|API|IsGuildLeader}}("name") - Determine if player "name" is a guild master. :{{id|API|IsInGuild}}() - Lets you know whether you are in a guild. :{{id|API|QueryGuildEventLog}}() - Fetches the guild event list and fires a GUILD_EVENT_LOG_UPDATE event. (added 2.3) :{{id|API|SetGuildInfoText}}() - Sets the persistant Guild Information data. Limit is 500 letters (GuildInfoEditBox is limited to this number). Longer texts are possible, but will be reseted during the day. (added 1.9) :{{id|API|SetGuildRosterSelection}}(index) - Selects/deselects a guild member according current sorting order. :{{id|API|SetGuildRosterShowOffline}}(enabled) - Sets/Resets the show offline members flag. :{{id|API|SortGuildRoster}}("sort") - Sorts guildroster according "sort". Any unknown values sort on "name". :{{id|API|UnitGetGuildXP}}("[[unitId|unit]]") - Returns information about guild experience for the guild ''unit'' belongs to.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)