Initial commit
This commit is contained in:
6
api/GetMacroIcons.lua
Normal file
6
api/GetMacroIcons.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@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
|
Reference in New Issue
Block a user