WoW:API GetInboxHeaderInfo

From AddOn Studio
Revision as of 09:02, 2 January 2005 by WoWWiki>Bahamutneo
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetInboxHeaderInfo(index) -Documentation by user: BaHaMuTNeO-


GetInboxHeaderInfo(index);

Returns the path of the header icon for a given mail index.*


Arguments
("index")
index
Number - the index of the message

Returns
headerinfostring
String - icon file path

Example
local s = GetInboxHeaderInfo(0);
Result

"Interface\Icons\INV_Scroll_03.blp"


Details
  • indexs start at 0.

Template:WoW API