WoW:Getting started with writing AddOns (source)
Revision as of 09:54, 25 February 2015
, 25 February 2015→TOC File: clarification
mNo edit summary |
(→TOC File: clarification) |
||
| Line 60: | Line 60: | ||
This is the file that instructs WoW in some basics about your AddOn and what other files you want loaded. Here's a short example of one: | This is the file that instructs WoW in some basics about your AddOn and what other files you want loaded. Here's a short example of one: | ||
## Interface: | ## Interface: 60100 | ||
## Title : My AddOn | <nowiki>##</nowiki> Title : My AddOn | ||
## Notes: This AddOn does nothing but display a frame with a button | <nowiki>##</nowiki> Notes: This AddOn does nothing but display a frame with a button | ||
## Author: My Name | <nowiki>##</nowiki> Author: My Name | ||
myAddOn.xml | myAddOn.xml | ||
<nowiki>#</nowiki> This is a comment. Interface: 60100 refers to WoW client version 6.1 | |||
You can read more about what you need or can put in a TOC over at [[The TOC Format]] | You can read more about what you need or can put in a TOC over at [[The TOC Format]] | ||