WoW API: GetExpertisePercent

From AddOn Studio
Revision as of 04:45, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetExpertisePercent to API GetExpertisePercent without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetExpertisePercent

Returns your current expertise reduction to chance to be dodged or parried, in percent.

expertisePercent, offhandExpertisePercent = GetExpertisePercent();

Returns[edit]

expertisePercent
Number - Percentage reduction in dodge and parry chances for swings with your main hand weapon.
offhandExpertisePercent
Number - Percentage reduction in dodge and parry chances for swings with your offhand weapon.

See also[edit]