WoW:API GetMacroIconInfo

From AddOn Studio
Revision as of 19:41, 30 December 2005 by WoWWiki>Muert
Jump to navigation Jump to search
GetMacroIconInfo

Return information for a macro icon.

Returns iconTexture = GetMacroIconInfo(index)

Arguments

(index)
Index
Numeric - The Index of the macro icon (not the data returned by GetMacroInfo).

Returns

Texture
Texture
The path of the texture without extention

Example

local Texture = GetMacroIconInfo(1)

Template:WoW API