Initial commit
This commit is contained in:
10
api/UnitArmor.lua
Normal file
10
api/UnitArmor.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@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
|
Reference in New Issue
Block a user