WoW:API CheckInbox: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
CheckInbox(); | CheckInbox(); |
Revision as of 17:54, 20 December 2007
← WoW API < CheckInbox
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.