WoW API: GetParryChance

From AddOn Studio
Jump to navigation Jump to search

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.