View Single Post
06/30/14, 07:00 AM   #2
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Originally Posted by Brandalf View Post
I have done a couple of the tutorials on the esoui wiki but overall I don't feel like they are teaching me as much as I'm just along for the ride. Is there any kind of useful resources out there for someone like me who has limited Lua/XML knowledge? But has some basic knowledge of HTML/CSS and slightly less knowledge of Python/JavaScript? Maybe something along the lines of learning python the hard way? Thanks in advance for any insight you may be able to provide
When searching for specifci things, I often land in this Toutorial:
http://www.lua.org/pil/contents.html

Way back (2-3 months) I wrote this introduction into Lua for fellow programmers. Most of the missing information has been worked into the wiki by now:
forums.elderscrollsonline.com/discussion/98053/short-guide-to-addon-programming

But especially the hints on just how global global is in lua stays valid.
  Reply With Quote