<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_GuildControlGetRankFlags</id>
	<title>WoW:API GuildControlGetRankFlags - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_GuildControlGetRankFlags"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GuildControlGetRankFlags&amp;action=history"/>
	<updated>2026-06-01T21:17:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_GuildControlGetRankFlags&amp;diff=18995&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API GuildControlGetRankFlags to WoW:API GuildControlGetRankFlags without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GuildControlGetRankFlags&amp;diff=18995&amp;oldid=prev"/>
		<updated>2023-08-15T04:46:37Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_GuildControlGetRankFlags&quot; title=&quot;WoW:API GuildControlGetRankFlags&quot;&gt;API GuildControlGetRankFlags&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_GuildControlGetRankFlags&quot; title=&quot;WoW:API GuildControlGetRankFlags&quot;&gt;API GuildControlGetRankFlags&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:46, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key addonstu_asmw2:diff::1.12:old-18994:rev-18995 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_GuildControlGetRankFlags&amp;diff=18994&amp;oldid=prev</id>
		<title>WoWWiki&gt;Fritten: New page: {{wowapi}} __NOTOC__ Returns information about the current selected guild rank. If no rank has been selected and the guild frame hasn&#039;t been opened the function will return nil for all fla...</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GuildControlGetRankFlags&amp;diff=18994&amp;oldid=prev"/>
		<updated>2009-01-23T00:29:19Z</updated>

		<summary type="html">&lt;p&gt;New page: {{wowapi}} __NOTOC__ Returns information about the current selected guild rank. If no rank has been selected and the guild frame hasn&amp;#039;t been opened the function will return nil for all fla...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{wowapi}} __NOTOC__&lt;br /&gt;
Returns information about the current selected guild rank. If no rank has been selected and the guild frame hasn&amp;#039;t been opened the function will return nil for all flags.&lt;br /&gt;
 guildchat_listen, guildchat_speak, officerchat_listen, officerchat_speak, promote, demote,&amp;lt;br/&amp;gt; invite_member, remove_member, set_motd, edit_public_note, view_officer_note, edit_officer_note,&amp;lt;br/&amp;gt; modify_guild_info, _, withdraw_repair, withdraw_gold, create_guild_event = GuildControlGetRankFlags();&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
===Returns===&lt;br /&gt;
:;guildchat_listen : Boolean - 1 if players of the rank can listen to guild chat, nil otherwise.&lt;br /&gt;
:;guildchat_speak : Boolean - 1 if players of the rank can speak in guild chat, nil otherwise.&lt;br /&gt;
:;officerchat_listen : Boolean - 1 if players of the rank can listen to officer chat, nil otherwise.&lt;br /&gt;
:;officerchat_speak : Boolean - 1 if players of the rank can speak in officer chat, nil otherwise.&lt;br /&gt;
:;promote : Boolean - 1 if players of the rank promote lower ranked players, nil otherwise.&lt;br /&gt;
:;demote : Boolean - 1 if players of the rank demote lower ranked players, nil otherwise.&lt;br /&gt;
:;invite_member: Boolean - 1 if players of the rank invite new players to the guild, nil otherwise.&lt;br /&gt;
:;remove_member: Boolean - 1 if players of the rank remove players from the guild, nil otherwise.&lt;br /&gt;
:;set_motd: Boolean - 1 if players of the rank can edit guild message of the day, nil otherwise.&lt;br /&gt;
:;edit_public_note: Boolean - 1 if players of the rank can edit public notes, nil otherwise.&lt;br /&gt;
:;view_officer_note: Boolean - 1 if players of the rank can view officer notes, nil otherwise.&lt;br /&gt;
:;edit_officer_note: Boolean - 1 if players of the rank can edit officer notes, nil otherwise.&lt;br /&gt;
:;modify_guild_info: Boolean - 1 if players of the rank modify guild information, nil otherwise.&lt;br /&gt;
:;withdraw_repair: Boolean - 1 if players of the rank are allowed to repair using guild bank, nil otherwise.&lt;br /&gt;
:;withdraw_gold: Boolean - 1 if players of the rank are allowed to withdraw gold from the guild bank, nil otherwise.&lt;br /&gt;
:;create_guild_event: Boolean - 1 if players of the rank can create guild events on the calendar, nil otherwise.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
 local _,_,playerrank = GetGuildInfo(&amp;quot;player&amp;quot;);&lt;br /&gt;
 GuildControlSetRank(playerrank + 1);&lt;br /&gt;
 local guildchat_listen,guildchat_speak,officerchat_listen,officerchat_speak,... = GuildControlGetRankFlags();&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Fritten</name></author>
	</entry>
</feed>