WoW:API GetMacroIconInfo
Jump to navigation
Jump to search
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)