WoW API: CheckInbox

From AddOn Studio
Revision as of 04:45, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API CheckInbox to API CheckInbox without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < CheckInbox

Populates client's inbox with messages.

CheckInbox();

Details[edit]

  • This function requires that the mailbox window is open.
  • After it is called and the inbox populated, the client's stored mailbox information can be accessed from anywhere in the world. That is, functions like GetInboxHeaderInfo() and GetInboxNumItems() may be called from anywhere. Note that only the *stored* information can be accessed -- to get current inbox info, you have to call CheckInbox() again.