m
Move page script moved page API GetCombatRating to WoW:API GetCombatRating without leaving a redirect
(added versatility) |
m (Move page script moved page API GetCombatRating to WoW:API GetCombatRating without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 3: | Line 3: | ||
rating = GetCombatRating(combatRatingIdentifier) | rating = GetCombatRating(combatRatingIdentifier) | ||
== Arguments== | == Arguments == | ||
;combatRatingIdentifier : Number - A combat rating identifier, one of: | ;combatRatingIdentifier | ||
: Number - A combat rating identifier, one of: | |||
:* CR_WEAPON_SKILL = 1; | :* CR_WEAPON_SKILL = 1; | ||
:* CR_DEFENSE_SKILL = 2; | :* CR_DEFENSE_SKILL = 2; | ||
| Line 31: | Line 32: | ||
:* CR_ARMOR_PENETRATION = 25; | :* CR_ARMOR_PENETRATION = 25; | ||
:* CR_MASTERY = 26; | :* CR_MASTERY = 26; | ||
:* | :* CR_VERSATILITY=29 | ||
:* Versatility=30 (bug?) | :* Versatility=30 (bug?) | ||
:* CR_MULTISTRIKE = GetCombatRating(CR_MULTISTRIKE) | |||
==Returns== | == Returns == | ||
;rating: Number - the actual rating for the combat rating; e.g. 63 | ;rating | ||
: Number - the actual rating for the combat rating; e.g. 63 | |||
== Example == | == Example == | ||