WoW:API GetBonusBarOffset

From AddOn Studio
Revision as of 02:51, 20 September 2005 by WoWWiki>Flickering
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetBonusBarOffset - Documentation by Flickering

Determine which page of bonus actions to show.

offset = GetBonusBarOffset()

Parameters

Arguments

()

Returns

offset
offset
Numeric - 0 if the player has no current bonus actions, otherwise the bonus action page to show, starting at 1 (This is for warriors, rogues, druids, etc, who have multiple action bars for their different forms/stances). The first slot of the current action bar is (1 + (NUM_ACTIONBAR_PAGES + offset - 1) * NUM_ACTIONBAR_BUTTONS).

Template:WoW API