WoW:API GetInboxHeaderInfo
Jump to navigation
Jump to search
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.