WoW:API CheckInbox: Difference between revisions

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


Line 11: Line 12:


Requires that the mailbox window is open.
Requires that the mailbox window is open.
----
{{Template:WoW API}}

Revision as of 18:12, 6 January 2007

WoW API < CheckInbox

CheckInbox() -Documentation by Grayswandir-

CheckInbox();

Populates client's inbox with messages.


Details

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.

Requires that the mailbox window is open.