API GetMacroIconInfo

From Wowpedia
Jump to: navigation, search
Main Menu


WoW API

Return information for a macro icon.

iconTexture = GetMacroIconInfo(iconIndex)

Arguments

iconIndex 
Number - The Index of the macro icon (from 1 to GetNumMacroIcons()).

Returns

iconTexture 
String - The path of the texture without extention

Example

local numIcons = GetNumMacroIcons();
local iconTexture = GetMacroIconInfo(1);
DEFAULT_CHAT_FRAME:AddMessage(iconTexture);

Result

Displays Interface\Icons\INV_Misc_QuestionMark in the default chat frame.

Notes

You need to call GetNumMacroIcons() at least once before calling GetMacroIconInfo(), or the function will only return empty strings.

Personal tools
Namespaces
Variants
Actions
Navigation Portals
Interaction
Toolbox