| .. |
|
Contents
|
355ae20d37
New Lua class system. No longer supports super(), use Superclass.method(self, args) convention instead. __index__ and __set_callback renamed to __getvar and __setvar respectively. Full inheritance now supported with getter and setter acessors propagating properly through superclasses. Static methods now accessed as ClassName.staticMethod()
|
%!s(int64=13) %!d(string=hai) anos |
|
Scripts
|
f55af8e1c0
const static members from C++ are now set in the metatable of the class (ScreenShape.SHAPE_RECT instead of SHAPE_RECT)
|
%!s(int64=13) %!d(string=hai) anos |
|
CMakeLists.txt
|
2a6effd422
Added custom executable target to regenerate Lua bindings.
|
%!s(int64=14) %!d(string=hai) anos |