9 lines
343 B
Lua
9 lines
343 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param itemID number
|
|
---@return number itemID
|
|
---@return string name
|
|
---@return string texture
|
|
---@return boolean collected
|
|
---Returns information about an item by id. Returns a item information for a given toy or nil if no data exists.
|
|
function C_ToyBox.GetToyInfo(itemID) end |