WoW:API GetMacroIconInfo

From AddOn Studio
Revision as of 06:17, 7 December 2005 by WoWWiki>Baudzilla (Added info for GetMacroIconInfo)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)