WoW:API GetComboPoints: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(Replaced {{Wow api}} with {{wowapi}})
Line 1: Line 1:
{{wowapi}}
<b>GetComboPoints()</b>
<b>GetComboPoints()</b>


Line 10: Line 11:


The return value is a number (0 up to 5).
The return value is a number (0 up to 5).
----
{{WoW API}}

Revision as of 19:31, 14 October 2006

WoW API < GetComboPoints

GetComboPoints()

Delivers how much combo points the rogue or the druids cat form on the actual target has.

 if ( GetComboPoints() == 5 ) then
print "You have 5 Combopoints, use a Finishing Move!";
end

The return value is a number (0 up to 5).