public
Description: WoW Addon - LDB-based quicklaunch menu
Homepage: http://www.tekkub.net/
Clone URL: git://github.com/tekkub/makerocketgonow.git
Click here to lend your support to: makerocketgonow and make a donation at www.pledgie.com !
makerocketgonow / README.textile
100644 23 lines (15 sloc) 1.575 kb

MakeRocketGoNow is a ‘quicklaunch’ plugin based on LibDataBroker-1.1.
MRGN will take all your LDB launchers and create a LDB plugin to display them in.
This allows you to access to all your LDB launchers on an LDB display addon that doesn’t support them.

Adding support to your addon

Implementing an LDB launcher in your addon is simple:

  1. Add the embed libs into your addon. You need LibStub, CallbackHandler-1.0 and LibDataBroker-1.1
  2. Add a “dataobject” to LibDataBroker containing an icon, an OnClick function, and “type” set to “launcher”

If you use Ace3 in your addon, you probably already have the first two embeds. Just make sure they’re loaded before LibDataBroker

Further reading

It’s highly recommended that you read the API documentation and
sample data specifications before using LDB.

Links

Visit my site for more info.
Please report all bugs and feature requests to my Google Code tracker
Please direct all feedback and questions to my Google Groups mailinglist