12 lines
		
	
	
		
			295 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			295 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ---@diagnostic disable: missing-return, lowercase-global
 | |
| ---@meta
 | |
| 
 | |
| ---@param unit string
 | |
| ---@return number base
 | |
| ---@return number effectiveArmor
 | |
| ---@return number armor
 | |
| ---@return number posBuff
 | |
| ---@return number negBuff
 | |
| ---Returns the player's or pet's armor value
 | |
| function UnitArmor(unit) end
 |