View Single Post
04/30/14, 10:38 PM   #1
awesomebilly
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 23
Sample Application (For beginners)

Hey Beginners,

I've updated the Sample Application.

http://www.esoui.com/downloads/fileinfo.php?id=359#

If you're new to LUA or Addon development please feel free to use / copy any code I've created (Except for the libs which I do not own)

This sample Application covers the following:

1. Global Variables vs local
2. functions
3. Events
4. callBacks
5. Localization
6. User Interface
7. Options Menu
8. List view
9. Saved Variables
10. API Call backs and storing in a table
11. Listing the stores table in UI as strings.

12. Feature
Able to check users last login date, and kick them if its longer than 3 weeks.


Note:
Not everything I do is best practices, but it's decent start for beginners

-Thanks,
Luminary.
  Reply With Quote