WoW API: GetParryChance

Revision as of 17:15, 26 July 2008 by WoWWiki>Kirthert

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.