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

11 lines
340 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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