For subclasses, luagen (untested in latest version) would regenerate the original functions instead of letting inheritance work it out.
If Lua doesn't do the inheritance itself, then it should at minimum simply register the parent class's functions instead of generating a duplicate of them.
For subclasses, luagen (untested in latest version) would regenerate the original functions instead of letting inheritance work it out.
If Lua doesn't do the inheritance itself, then it should at minimum simply register the parent class's functions instead of generating a duplicate of them.