Files
wow_Meta/api/GetStablePetFoodTypes.lua

8 lines
219 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---@return string[] foodTypes
---Returns the types of food that a stabled pet will eat
function GetStablePetFoodTypes(index) end