WoW API: GetParryChance

WoW API < GetParryChance

ReturnsEdit

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

ExampleEdit

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

See alsoEdit

GetBlockChance, GetDodgeChance and GetCritChance.