Initial commit
This commit is contained in:
8
api/C_PetBattles.GetName.lua
Normal file
8
api/C_PetBattles.GetName.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param owner number?
|
||||
---@param index number
|
||||
---@return string name
|
||||
---@return string default
|
||||
---Returns the name of a pet
|
||||
function C_PetBattles.GetName(owner, index) end
|
Reference in New Issue
Block a user