Add bitmap examples.
(Moved to "API types" category so there is actually a chance someone finds this page) |
(Add bitmap examples.) |
||
| Line 44: | Line 44: | ||
TODO: Document bitfield ordering, perhaps by looking at [http://www.wowinterface.com/downloads/info10316-TradeLinks.html Maldivia's TradeLinks addon] | TODO: Document bitfield ordering, perhaps by looking at [http://www.wowinterface.com/downloads/info10316-TradeLinks.html Maldivia's TradeLinks addon] | ||
== Bit Maps == | |||
These provide bitmaps for 3.1 with all the in-game professions. | |||
*Cooking | |||
2/7///7///9////7//////////g+/B | |||
*First Aid | |||
8bffAA | |||
== Link Checking == | == Link Checking == | ||
| Line 57: | Line 65: | ||
/script DEFAULT_CHAT_FRAME:AddMessage(gsub([[API GetTradeSkillListLink|GetTradeSkillListLink]](), "\124", "\124\124")) | /script DEFAULT_CHAT_FRAME:AddMessage(gsub([[API GetTradeSkillListLink|GetTradeSkillListLink]](), "\124", "\124\124")) | ||
* [http://www.wowinterface.com/downloads/info10316-TradeLinks.html Maldivia's TradeLinks addon] can create custom tradelinks | * [http://www.wowinterface.com/downloads/info10316-TradeLinks.html Maldivia's TradeLinks addon] can create custom tradelinks. | ||
* [http://wow.curse.com/downloads/wow-addons/details/gnomishyellowpages.aspx Gnomish Yellow Pages] provides examples with full bitmaps, and stores data based on bitmap. | |||