WoW:Getting started with writing AddOns: Difference between revisions

m
(don't need nowikis)
Line 62: Line 62:
== 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 which files 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 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.