WoW:AddOn defined functions

From AddOn Studio
Revision as of 07:24, 18 September 2013 by Bear (talk | contribs) (Created page with "{{uisnippets}} stub")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

These are cut-and-paste functions that you can use in your addons, submitted by WoWWiki contributors.

See also User defined functions and User defined macros.

API

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]

See also