Add meta
This commit is contained in:
13
Meta/api/C_PetBattles.GetAbilityInfoByID.lua
Normal file
13
Meta/api/C_PetBattles.GetAbilityInfoByID.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user