AddOns WoW API Widget API XML UI Event API WoW Lua Macro API CVars
Battle.net
HOWTOs Snippets UI tech
Categories
← WoW API < TakeInboxMoney
Take all money attached in a given letter in your inbox
TakeInboxMoney(index)
for i=GetInboxNumItems(), 1, -1 do TakeInboxMoney(i); end;