WoW:API GetParryChance: Difference between revisions
Jump to navigation
Jump to search
(Added related links and reordered page.) |
m (Move page script moved page API GetParryChance to API GetParryChance without leaving a redirect) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | |||
== Returns == | == Returns == | ||
:Player's parry chance in percentage (all numeral). | :Player's parry chance in percentage (all numeral). | ||
== Example == | |||
:: chance = GetParryChance() <br /> | |||
:: | |||
:: DEFAULT_CHAT_FRAME:AddMessage("I have "..chance.."% parry chance!") | |||
== See also == | == See also == | ||
[[API GetBlockChance|GetBlockChance]], [[API GetDodgeChance|GetDodgeChance]] and [[ | [[API GetBlockChance|GetBlockChance]], [[API GetDodgeChance|GetDodgeChance]] and [[GetCritChance]]. | ||