WoW:API GetParryChance: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Robot: Automated text replacement (-\[\[\s*(\w[^]|]*\w)\s*\|\s*\1\s*]] +1))
No edit summary
Line 2: Line 2:
== 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 [[GetCritChance]].
[[API GetBlockChance|GetBlockChance]], [[API GetDodgeChance|GetDodgeChance]] and [[GetCritChance]].

Revision as of 17:15, 26 July 2008

WoW API < GetParryChance

Returns

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

Example

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

See also

GetBlockChance, GetDodgeChance and GetCritChance.