Files
wow_Meta/api/UnitAttackBothHands.lua
2024-12-16 13:13:08 +01:00

9 lines
335 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@return number mainHandAttackBase
---@return number mainHandAttackMod
---@return number offHandHandAttackBase
---@return number offHandAttackMod
---Returns information about the player's or pet's weapon skill
function UnitAttackBothHands(unit) end