WoW:API GetParryChance: Difference between revisions

m
Move page script moved page API GetParryChance to WoW:API GetParryChance without leaving a redirect
No edit summary
 
m (Move page script moved page API GetParryChance to WoW:API GetParryChance without leaving a redirect)
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Looks like a simple floating value returned. Using it in a mod NP.
{{wowapi}}
== Returns ==
:Player's parry chance in percentage (all numeral).
 
== Example ==
 
:: chance = GetParryChance() <br />
::
:: DEFAULT_CHAT_FRAME:AddMessage("I have "..chance.."% parry chance!")
 
== See also ==
[[API GetBlockChance|GetBlockChance]], [[API GetDodgeChance|GetDodgeChance]] and [[GetCritChance]].
Anonymous user