WoW:API GetInboxNumItems: Difference between revisions
Jump to navigation
Jump to search
GetInboxNumItems() -Documentation by Feysharnalie-
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
You access items in the inbox using [[API_GetInboxHeaderInfo|GetInboxHeaderInfo()]]. | You access items in the inbox using [[API_GetInboxHeaderInfo|GetInboxHeaderInfo()]]. | ||
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. | |||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} |
Revision as of 02:35, 5 January 2006
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.