m
Move page script moved page API UnitResistance to WoW:API UnitResistance without leaving a redirect
(Updated to match the current API boilerplate.) |
m (Move page script moved page API UnitResistance to WoW:API UnitResistance without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 30: | Line 30: | ||
/script SendChatMessage("My base armor is ".. UnitResistance("player", 0)); | /script SendChatMessage("My base armor is ".. UnitResistance("player", 0)); | ||
/script _, total, _, _ = UnitResistance("player",0 | /script _, total, _, _ = UnitResistance("player",0); SendChatMessage("My total armor is "..total); | ||