WoW:Getting started with writing AddOns: Difference between revisions

mNo edit summary
Line 106: Line 106:
  -- then you can write
  -- then you can write
  mod.arrowsCount = mod:GetArrowsCount()
  mod.arrowsCount = mod:GetArrowsCount()
Other then the global table for the addon, you may still need globals for the saved variables and the addon slash commands (see below) if you have any.
Other than the global table for the addon, you may still need globals for the saved variables and the addon slash commands (see below) if you have any.


== Slash Commands ==
== Slash Commands ==
Anonymous user