WoW:API GetMastery: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API GetMastery to WoW:API GetMastery without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{Stub/API}} | {{Stub/API}} | ||
{{wowapi}} | {{wowapi}} | ||
Returns | Returns your current mastery value. | ||
mastery = GetMastery() | |||
== Returns == | |||
; Number - sum of player's base and rating bonus mastery. | |||
== Notes == | |||
Mastery does not suffer diminishing returns, but the value returns by GetMastery is not, necessarily, your final Mastery value. Different classes, in different forms, can have a multiplier performed against the value returned by GetMastery. | |||
To find your true Mastery, and the multiplier factor used to calculate it, see GetMasteryEffect. | |||
== See also == | |||
* {{api|GetMasteryEffect}}() | |||
Latest revision as of 04:46, 15 August 2023
← WoW API < GetMastery
Returns your current mastery value.
mastery = GetMastery()
Returns
- Number - sum of player's base and rating bonus mastery.
Notes
Mastery does not suffer diminishing returns, but the value returns by GetMastery is not, necessarily, your final Mastery value. Different classes, in different forms, can have a multiplier performed against the value returned by GetMastery. To find your true Mastery, and the multiplier factor used to calculate it, see GetMasteryEffect.
