Files
wow_Meta/api/C_PetBattles.GetAttackModifier.lua
2025-05-04 15:15:00 +02:00

8 lines
242 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param YourType number?
---@param EnemyType number?
---Returns the modification to attacks based on types.
function C_PetBattles.GetAttackModifier(YourType, EnemyType) end