11 lines
434 B
Lua
11 lines
434 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param itemID number
|
|
---@param itemName string
|
|
---@param itemLink string
|
|
---@return boolean canBeChanged
|
|
---@return string noChangeReason
|
|
---@return boolean canBeSource
|
|
---@return string noSourceReason
|
|
---Returns information about the eligibility of an item to be used for transmogrification
|
|
function GetItemTransmogrifyInfo(itemID, itemName, itemLink) end |