← WoW API < TakeInboxMoney
One line summary description of function.
TakeInboxMoney(index)
Parameters
Arguments
- (index)
- Index
- Integer - a number representing a message in the inbox
Returns
Void
Example
For i=GetInboxNumItems(), 0, -1 do TakeInboxMoney(i) end;
Result