How to iterate through luabind class (in lua or in c++)?
class 'A'function A:__init() -- Does not work -- self is userdata, not a table for i, v in pairs(self) do endend
Thanks
No comments:
Post a Comment