m
Move page script moved page API UnitArmor to WoW:API UnitArmor without leaving a redirect
mNo edit summary |
m (Move page script moved page API UnitArmor to WoW:API UnitArmor without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 19: | Line 19: | ||
== Example == | == Example == | ||
local | local baseArmor , effectiveArmor, armor, posBuff, negBuff = UnitArmor("player"); | ||
message("Your current armor is " .. effectiveArmor .. " (base is " .. baseArmor .. ")"); | message("Your current armor is " .. effectiveArmor .. " (base is " .. baseArmor .. ")"); | ||