WoW:API GetInboxNumItems: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
<center>'''GetInboxNumItems()''' ''-Documentation by [[user:Feysharnalie|Feysharnalie]]-''</center>
<center>'''GetInboxNumItems()''' ''-Documentation by [[user:Feysharnalie|Feysharnalie]]-''</center>


Line 14: Line 15:
FIXME - Requires that the mailbox window is open?
FIXME - Requires that the mailbox window is open?
FIXME - Sample code showing use of the mail when at the mailbox or out in the world.
FIXME - Sample code showing use of the mail when at the mailbox or out in the world.
----
{{Template:WoW API}}

Revision as of 18:13, 6 January 2007

WoW API < GetInboxNumItems

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? FIXME - Sample code showing use of the mail when at the mailbox or out in the world.