WoW:AddOn defined functions

From AddOn Studio
Revision as of 04:44, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page AddOn defined functions to AddOn defined functions without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This page documents a <i>user-defined API</i> that is provided by third-party addons.

Snippets

These are cut-and-paste functions or functrions that are commonly available in other AddOns, submitted by WoWWiki contributors, that you can use in your AddOns and Macros.

Reference

The following functions aim at extending the information WoW API provides; some are provided by specialized addons rather than being copy/pastable.

GetSellValue(item) - Returns an item's merchant sell price.
GetMinimapShape() - Returns a string describing the shape of the minimap. [square, round, and more]
SetAddOnDetail() - AddOn details registration
GetAuctionBuyout() - getting auction house buyout price recommendations
ConfigMode - addon cooperation for highlighting addon screen area

See also