WoW:API GetCritChance: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API GetCritChance to API GetCritChance without leaving a redirect) |
||
| (6 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Gets the player's critical hit chance percentage. | |||
critChance = GetCritChance() | |||
== Arguments == | |||
:none | |||
== | === Returns === | ||
:; critChance : Number - The player's melee critical hit chance in an unformatted, floating-point figure. | |||
Latest revision as of 04:45, 15 August 2023
← WoW API < GetCritChance
Gets the player's critical hit chance percentage.
critChance = GetCritChance()
Arguments
- none
Returns
- critChance
- Number - The player's melee critical hit chance in an unformatted, floating-point figure.