WoW:Getting started with writing AddOns (source)
Revision as of 14:51, 18 January 2008
, 18 January 2008→File Types
mNo edit summary |
|||
| Line 21: | Line 21: | ||
== 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 supplies WoW with information about your addon and what file are required for your addon to work. | * TOC File - This file is required for any addon. This is the file that supplies WoW with information about your addon and what file 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. | ||