Code format
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param itemID number
|
||||
---@return number itemID
|
||||
---@return string name
|
||||
---@return string texture
|
||||
---@return boolean collected
|
||||
---@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
|
||||
function C_ToyBox.GetToyInfo(itemID) end
|
||||
|
Reference in New Issue
Block a user