WoW:Getting started with writing AddOns (source)
Revision as of 00:18, 22 April 2015
, 22 April 2015→How do I make it
mNo edit summary |
|||
| Line 18: | Line 18: | ||
* Learn the WoW UI API, [[World of Warcraft API]] and UI constructs, by reading a bit from each section. | * Learn the WoW UI API, [[World of Warcraft API]] and UI constructs, by reading a bit from each section. | ||
* Learn the basic structure, as detailed below, also skimming [[WoW AddOn]] reference page for structure. | * Learn the basic structure, as detailed below, also skimming [[WoW AddOn]] reference page for structure. | ||
* Find a real but simple example, like from [[Curse]], to get a basic idea of what's | * Find a real but simple example, like from [[Curse]], to get a basic idea of what's involved in a real AddOn. | ||
* Make a barebones test AddOn to do something simple, using the reference material described above. | * Make a barebones test AddOn to do something simple, using the reference material described above. | ||