What to use as metatable?

后端 未结 0 545
小鲜肉
小鲜肉 2020-12-11 05:42

Reading http://lua-users.org/wiki/LuaClassesWithMetatable the Vector example uses the following technique for the metatable:

Vector={}
Vector_mt={__index=Vect         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题