InterfaceOptionsFrame_OpenToCategory
|
Opens the Interface Options window and displays a given panel within it.
|
GetRegisteredAddonMessagePrefixes
|
Returns a table containing all addon message prefixes that have been registered.
|
GetNumAddOns
|
Returns the number of addons in the addon listing.
|
GetAddOnMetadata
|
Returns the value of certain fields in an addon's TOC file.
|
GetAddOnInfo
|
Returns information about an addon.
|
GetAddOnDependencies
|
Returns a list of addons a given addon is dependent upon.
|
EnableAllAddOns
|
Marks all addons as enabled.
|
EnableAddOn
|
Marks an addon as enabled.
|
DisableAllAddOns
|
Marks all addons as disabled.
|
DisableAddOn
|
Marks an addon as disabled.
|
SetActionBarToggles
|
Configures display of additional ActionBars in the default UI.
|
IsPossessBarVisible
|
Returns whether a special action bar should be shown while the player possesses another unit.
|
GetPossessInfo
|
Returns information about special actions available while the player possesses another unit.
|
GetNumFlyouts
|
Returns the number of flyout actions in the UI.
|
GetFlyoutSlotInfo
|
Returns information about a flyout ability slot.
|
GetFlyoutInfo
|
Returns information about a flyout slot.
|
GetBonusBarOffset
|
Returns the current "stance" offset for use with the bonus action bar.
|
GetActionBarToggles
|
Returns the current visibility settings for the four secondary action bars.
|
GetActionBarPage
|
Returns the current action bar page.
|
ChangeActionBarPage
|
Changes the current action bar page.
|
TogglePetAutocast
|
Turns autocast on or off for a pet action.
|
PlaceAction
|
Puts the contents of the cursor into an action bar slot.
|
PickupPetAction
|
Puts the contents of a pet action slot onto the cursor or the cursor contents into a pet action slot.
|
PickupAction
|
Puts the contents of an action bar slot onto the cursor or the cursor contents into an action bar slot.
|
IsUsableAction
|
Returns whether an action is usable.
|
IsStackableAction
|
Returns whether an action uses stackable items.
|
IsSpellOverlayed
|
Checks if a given spell ID has an active spell overlay.
|
IsEquippedAction
|
Returns whether an action contains an equipped item.
|
IsCurrentAction
|
Returns whether an action is currently being used.
|
IsConsumableAction
|
Returns whether using an action consumes an item.
|
IsAutoRepeatAction
|
Returns whether an action is an automatically repeating action.
|
IsAttackAction
|
Returns whether an action is the standard melee Attack action.
|
IsActionInRange
|
Returns whether the player's target is in range of an action.
|
HasAction
|
Returns whether an action slot contains an action.
|
GetPetActionsUsable
|
Returns whether the pet's actions are usable.
|
GetPetActionSlotUsable
|
Returns whether a pet action can be used.
|
GetPetActionInfo
|
Returns information about a pet action.
|
GetPetActionCooldown
|
Returns cooldown information about a given pet action slot.
|
GetActionTexture
|
Returns the icon texture for an action.
|
GetActionText
|
Returns the text label associated with an action.
|
GetActionInfo
|
Returns information about an action slot.
|
GetActionCount
|
Returns the number of uses remaining for the given action slot.
|
GetActionCooldown
|
Returns cooldown information about an action.
|
GetActionAutocast
|
Returns information about autocast actions.
|
CastPetAction
|
Casts a pet action on a specific target.
|
ActionHasRange
|
Returns whether an action has a range restriction.
|
SetAchievementComparisonUnit
|
Enables comparing achievements/statistics with another player.
|
RemoveTrackedAchievement
|
Removes an achievement from the objectives tracker UI.
|
IsTrackedAchievement
|
Returns whether an achievement is flagged for display in the objectives tracker UI.
|