11 lines
		
	
	
		
			340 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			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
 |