Initial commit
This commit is contained in:
9
api/UnitAttackBothHands.lua
Normal file
9
api/UnitAttackBothHands.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user