WoW:API GetCritChance: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
 
 
Gets the player's critical hit chance percentage.
critChance = GetCritChance()
 
 
== Arguments ==
:none
 
 
=== Returns ===
=== Returns ===
:The player's melee critical hit chance in an unformatted, floating-point figure.
:; critChance : Number - The player's melee critical hit chance in an unformatted, floating-point figure.

Revision as of 17:16, 25 June 2007

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.