WoW:API UnitArmor: Difference between revisions

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 base, effectiveArmor, armor, posBuff, negBuff = UnitArmor("player");
  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 .. ")");
Anonymous user