WoW:API GetInboxNumItems: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|GetInboxHeaderInfo]]
[[Category:API Mail Functions|GetInboxHeaderInfo]]

Revision as of 14:49, 4 January 2006

GetInboxNumItems() -Documentation by Feysharnalie-

GetInboxNumItems();

Reports the number of messages in the client's inbox.


Details

After CheckInbox() is called and the inbox populated, this function will report the number of items in the user's inbox.

You access items in the inbox using GetInboxHeaderInfo().

FIXME - Requires that the mailbox window is open.


Template:WoW API