WoW:API GetComboPoints: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Replaced {{Wow api}} with {{wowapi}})
m (Robot: converting/fixing HTML)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<b>GetComboPoints()</b>
'''GetComboPoints()'''


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

Revision as of 09:31, 20 January 2007

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).