WoW:API GameTooltip SetAction: Difference between revisions

{{widgetmethod}}
No edit summary
({{widgetmethod}})
Line 1: Line 1:
{{widgetmethod}}
<center>'''GameTooltip:SetAction''' ''-Documentation by [[User:Esselte|Esselte]]-''</center>
<center>'''GameTooltip:SetAction''' ''-Documentation by [[User:Esselte|Esselte]]-''</center>


Line 32: Line 34:


: Beware of using, for example, ActionButton1:GetID(); This would return 1, no matter what page your action bar is on. The WoW function CURRENT_ACTIONBAR_PAGE may be of use to you if you want to do something like this, or if you have the button object already, ActionButton_GetPagedID(button).
: Beware of using, for example, ActionButton1:GetID(); This would return 1, no matter what page your action bar is on. The WoW function CURRENT_ACTIONBAR_PAGE may be of use to you if you want to do something like this, or if you have the button object already, ActionButton_GetPagedID(button).
----
{{WoW API}}
Anonymous user