WoW:Getting started with writing AddOns (source)
Revision as of 15:43, 1 November 2009
, 1 November 2009no edit summary
(reshuffle introductory headers) |
mNo edit summary |
||
| Line 22: | Line 22: | ||
== File Types == | == File Types == | ||
There are three primary types of files that you'll need to worry about with addon editing: | There are three primary types of files that you'll need to worry about with addon editing: | ||
* TOC File - This file is required for any addon. This is the file that supplies WoW with information about your addon and | * TOC File - This file is required for any addon. This is the file that supplies WoW with information about your addon and which files are required for your addon to work. | ||
* LUA Files - This contains all the programing for your addon. | * LUA Files - This contains all the programing for your addon. | ||
* XML Files - This holds the layout of frames you have created for your addon. | * XML Files - This holds the layout of frames you have created for your addon. | ||