13 lines
375 B
Lua
13 lines
375 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param id number
|
|
---@return nil
|
|
---@return string name
|
|
---@return string icon
|
|
---@return nil
|
|
---@return nil
|
|
---@return nil
|
|
---@return number? petType
|
|
---@return boolean nostrongweakhint
|
|
---Returns information about a pet battle ability based on the ID.
|
|
function C_PetBattles.GetAbilityInfoByID(id) end |