Posted 22 July 2014 - 11:45 PM
I have been reading up on classes and oop for a while, particularly in lua, and decided to write a method to create classes for me..
Ive provided a demo below…
What are some thoughts on my approach? I know its not very unique, more like several lua tutorials smashed together.
Constructive criticisms and alternative approaches are very welcome. Thank you.
http://pastebin.com/tRspgz6B – Updated to fix messy arg var when checking parent classes. - thanks to 'theoriginalbit'
Ive provided a demo below…
What are some thoughts on my approach? I know its not very unique, more like several lua tutorials smashed together.
Constructive criticisms and alternative approaches are very welcome. Thank you.
http://pastebin.com/tRspgz6B – Updated to fix messy arg var when checking parent classes. - thanks to 'theoriginalbit'
Edited on 22 July 2014 - 11:08 PM