WoW:Getting started with writing AddOns (source)
Revision as of 04:39, 20 October 2013
, 20 October 2013→Lua Files: Lua is NOT an acronym; the official site says so in the about page. Fixed.
(→Lua Files: Lua is NOT an acronym; the official site says so in the about page. Fixed.) |
|||
| Line 68: | Line 68: | ||
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]] | ||
=== | === Lua Files === | ||
[[Lua]] files contain functional pieces of code. | [[Lua]] files contain functional pieces of code. You may choose to only have one of these or break up your code into multiple files for a specific purpose. Here's a short example of one: | ||
function MyAddon_OnLoad() | function MyAddon_OnLoad() | ||