Navigation menu

WoW:Getting started with writing AddOns: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 46: Line 46:
There are three main types of files that you'll need to worry about with AddOn editing:
There are three main types of files that you'll need to worry about with AddOn editing:
* [[TOC File]] - This file is required for any WoW AddOn, and supplies WoW with information about your AddOn and its files.
* [[TOC File]] - This file is required for any WoW AddOn, and supplies WoW with information about your AddOn and its files.
* LUA Files - This contains Lua code for your AddOn.
* Lua Files - This contains Lua code for your AddOn.
* XML Files - This holds the layout of UI windows, buttons, and similar for your AddOn.
* XML Files - This holds the layout of UI windows, buttons, and similar for your AddOn.