6 lines
558 B
Lua
6 lines
558 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param tbl table
|
|
---@return table icons
|
|
---Returns a list of the available spell icon filenames for use in macros. The entries in this table are in 'array' form, beginning at index 1, so you can take the length of the list to get the number of available icons. In order to load item icons, you must also use GetMacroItemIcons, passing it the same table. These filenames are not usable directly, they must be prefixed with "INTERFACE\\ICONS\\" in order to be used.
|
|
function GetMacroIcons(tbl) end |