WoW API: TakeInboxMoney

From AddOn Studio
Revision as of 23:34, 5 July 2006 by WoWWiki>Paul Davis
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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