Files
wow-weakauras/Meta/api/UnitAttackBothHands.lua
2024-11-07 23:12:37 +01:00

9 lines
343 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