WoW:Getting started with writing AddOns: Difference between revisions

→‎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 ===


[[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:
[[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()
Anonymous user