WoW:API CloseAllBags: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
(cat)
Line 5: Line 5:
I use this in a simple macro that quickly closes all bags. This is useful when leaving the bank, a vendor, or closing the mail gossip window.
I use this in a simple macro that quickly closes all bags. This is useful when leaving the bank, a vendor, or closing the mail gossip window.
:: ''/script CloseAllBags();''
:: ''/script CloseAllBags();''
[[Category: World of Warcraft API]]

Revision as of 10:44, 1 March 2007

Function

CloseAllBags(unknown);


Details

I use this in a simple macro that quickly closes all bags. This is useful when leaving the bank, a vendor, or closing the mail gossip window.

/script CloseAllBags();