billyquith / ponder

C++ reflection library with Lua binding, and JSON and XML serialisation.
http://billyquith.github.io/ponder/
Other
633 stars 92 forks source link

support inherit for lua? #117

Open RPG3D opened 4 years ago

RPG3D commented 4 years ago

example: class Vector2D{}; class Vector3D : public Vector2D{}; will the inherit will be exposed in lua metatable?