Files
wow_Meta/api/UnitAttackBothHands.lua
2025-05-04 14:35:26 +02:00

10 lines
331 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