WoW:API SetCurrentGuildBankTab: Difference between revisions

m
Move page script moved page API SetCurrentGuildBankTab to WoW:API SetCurrentGuildBankTab without leaving a redirect
No edit summary
m (Move page script moved page API SetCurrentGuildBankTab to WoW:API SetCurrentGuildBankTab without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
  function() GuildBankTab4Button:Click() end,
  function() GuildBankTab4Button:Click() end,
  function() GuildBankTab5Button:Click() end,
  function() GuildBankTab5Button:Click() end,
  function() GuildBankTab6Button:Click() end
  function() GuildBankTab6Button:Click() end,
function() GuildBankTab7Button:Click() end
  }
  }
  SetCurrentGuildBankTab = function(tab)
  SetCurrentGuildBankTab = function(tab)
Line 21: Line 22:
  return func()
  return func()
  else
  else
  return error(string.format("Tab %s cannot be clicked!", tab))
  error(string.format("Tab %s cannot be clicked!", tab), 2)
  end
  end
  end
  end
  end
  end
Anonymous user