Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API ChangeActionBarPage
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapi}} Changes the current action button to the one specified in the arguments. ChangeActionBarPage(actionBarPage) == Parameters == === Arguments === :(actionBarPage) :;actionBarPage : Numeric - Which page of your action bar to switch to. Expects an integer 1-6. === Returns === :''nil'' == Example == <!-- begin code --> function ActionBar_FirstPage() ChangeActionBarPage(1); end <!-- end code --> Or for a macro: <!-- begin code --> /script ChangeActionBarPage(2); <!-- end code --> == Details == : Notifies the UI that the current action button set has been updated to the current value of the CURRENT_ACTIONBAR_PAGE global variable. : Will cause an ACTIONBAR_PAGE_CHANGED event to fire only if there was actually a change (tested in 2.3.0). : Do nothing in combat mode ---- __NOTOC__
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Wowapi
(
edit
)
Close
Loading editor…