WoW:API GetParryChance: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API GetParryChance to API GetParryChance without leaving a redirect)
 
(3 intermediate revisions by 3 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).


== See also ==
== Example ==
[[API GetBlockChance|GetBlockChance]], [[API GetDodgeChance|GetDodgeChance]] and [[GetCritChance|GetCritChance]].


:: chance = GetParryChance() <br />
::
:: DEFAULT_CHAT_FRAME:AddMessage("I have "..chance.."% parry chance!")


----
== See also ==
{{WoW API}}
[[API GetBlockChance|GetBlockChance]], [[API GetDodgeChance|GetDodgeChance]] and [[GetCritChance]].

Latest revision as of 04:46, 15 August 2023

WoW API < GetParryChance

Returns[edit]

Player's parry chance in percentage (all numeral).

Example[edit]

chance = GetParryChance()
DEFAULT_CHAT_FRAME:AddMessage("I have "..chance.."% parry chance!")

See also[edit]

GetBlockChance, GetDodgeChance and GetCritChance.