9 lines
251 B
Lua
9 lines
251 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param owner 2
|
|
---@param 1
|
|
---@param 2
|
|
---@param index number
|
|
---@return string icon
|
|
---Returns the path of a pet's icon texture.
|
|
function C_PetBattles.GetIcon(owner, 1, 2, index) end |