<?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_GetGuildBankTabPermissions</id>
	<title>WoW:API GetGuildBankTabPermissions - 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_GetGuildBankTabPermissions"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetGuildBankTabPermissions&amp;action=history"/>
	<updated>2026-06-01T20:19:44Z</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_GetGuildBankTabPermissions&amp;diff=17623&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API GetGuildBankTabPermissions to WoW:API GetGuildBankTabPermissions without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetGuildBankTabPermissions&amp;diff=17623&amp;oldid=prev"/>
		<updated>2023-08-15T04:45:57Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_GetGuildBankTabPermissions&quot; title=&quot;WoW:API GetGuildBankTabPermissions&quot;&gt;API GetGuildBankTabPermissions&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_GetGuildBankTabPermissions&quot; title=&quot;WoW:API GetGuildBankTabPermissions&quot;&gt;API GetGuildBankTabPermissions&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;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:45, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_GetGuildBankTabPermissions&amp;diff=17622&amp;oldid=prev</id>
		<title>WoWWiki&gt;Jeffrey0: Page creation</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetGuildBankTabPermissions&amp;diff=17622&amp;oldid=prev"/>
		<updated>2007-11-15T19:35:24Z</updated>

		<summary type="html">&lt;p&gt;Page creation&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;
&lt;br /&gt;
 canView, canDeposit, stacksPerDay = GetGuildBankTabPermissions(tab);&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
=== Arguments ===&lt;br /&gt;
&lt;br /&gt;
:;tab : Integer - guild bank tab number&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
:;canView : [[Boolean]] - 1 if the selected rank can view this guild bank tab, nil otherwise.&lt;br /&gt;
:;canDeposit : [[Boolean]] - 1 if the selected rank can deposit to this guild bank tab, nil otherwise.&lt;br /&gt;
:;stacksPerDay : Integer - Amount of withdrawable stacks per day or 0 if none.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
 local canView, canDeposit, stacksPerDay = GetGuildBankTabPermissions(1);&lt;br /&gt;
 if canDeposit then&lt;br /&gt;
  DEFAULT_CHAT_FRAME:AddMessage(&amp;quot;Can view, deposit and retrieve &amp;quot; .. stacksPerDay .. &amp;quot; stacks a day on tab 1.&amp;quot;);&lt;br /&gt;
 elseif canView then&lt;br /&gt;
  DEFAULT_CHAT_FRAME:AddMessage(&amp;quot;Can view and retrieve &amp;quot; .. stacksPerDay .. &amp;quot; stacks a day on tab 1.&amp;quot;);&lt;br /&gt;
 else&lt;br /&gt;
  DEFAULT_CHAT_FRAME:AddMessage(&amp;quot;Can not view tab 1.&amp;quot;);&lt;br /&gt;
 end&lt;br /&gt;
=== Result ===&lt;br /&gt;
&lt;br /&gt;
: If you are the guild master, this will return data for the rank you currently have selected in guild control. Else, it will return data for your own rank.&lt;br /&gt;
&lt;br /&gt;
: Guild masters can always view, deposit and withdraw without limits; this function does not properly return that. Use [[API IsGuildLeader|IsGuildLeader]](UnitName(&amp;quot;player&amp;quot;)) if you want to know if this is the case.&lt;br /&gt;
&lt;br /&gt;
: Note that being able to deposit implies being able to view.&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Jeffrey0</name></author>
	</entry>
</feed>