WoW:API GetExpertisePercent: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{wowapi}} Returns your current expertise reduction to chance to be dodged or parried, in percent. expertisePercent, offhandExpertisePercent = GetExpertisePercent(); == Returns…')
 
m (Move page script moved page API GetExpertisePercent to API GetExpertisePercent without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

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]