WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
This page documents a user-defined API 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[]