11 lines
314 B
Lua
11 lines
314 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param itemID number
|
|
---@param itemName string
|
|
---@param itemLink string
|
|
---@return string name
|
|
---@return string rank
|
|
---Returns information about the spell cast by an item's "Use:" effect
|
|
function GetItemSpell(itemID, itemName, itemLink) end
|