Wikia

WoWWiki

API GetNumMacroItemIcons

Talk0
98,472pages on
this wiki

Returns the number of possible macro item icons. These icons differ from the normal macro icons in that they are icons for various items in the game -- potions, armor, etc., whereas normal macro icons are icons from actions and abilities such as spells or attacks.

numIcons = GetNumMacroItemIcons()

ParametersEdit

ReturnsEdit

numIcons 
Integer - Number of available macro item icons

ExampleEdit

local numIcons = GetNumMacroIcons()
for i=1,numIcons do
 DEFAULT_CHAT_FRAME:AddMessage(string.format("Icon %d: %s",i,GetMacroItemIconInfo(i)));
end

ResultEdit

Outputs the IDs and texture names for all available macro item icons to the default chat frame.

Advertisement | Your ad here

Photos

Add a Photo
61,987photos on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki