WoW:API GetMacroIconInfo: Difference between revisions
Jump to navigation
Jump to search
GetMacroIconInfo
(Added info for GetMacroIconInfo) |
No edit summary |
||
Line 18: | Line 18: | ||
== Example == | == Example == | ||
local Texture = GetMacroIconInfo(1) | local Texture = GetMacroIconInfo(1) | ||
{{template:WoW API}} |
Revision as of 19:41, 30 December 2005
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)