Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement
AddOn
AddOn article
This page describes fan-made scripting using the World of Warcraft API which has had notable impact on the game's development/history.

Dongle is a small embeddable library to aid developers in addon creation. Is is designed to be as small as possible, but still provide all the essential functions that addons need. It is in no means a complete solution, it aims to provide only the functions that the majority of addons will need, like event handlers, saved variable management and slash command registration.

Methods provided

As of Alpha-0.2.2 the following methods are embedded into the addon's namespace table:

Events

Output and Debugging

Saved Variables

Modules

Advertisement