11 lines
348 B
Lua
11 lines
348 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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
|