Wikia

WoWWiki

Watchlist Recent changes

API GetNumMacroItemIcons

Main Menue



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.

Pages on WoWWiki

95,750pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
58,025photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki