Lua的Full UserDataLight UserData和metatable
Posted 技术调查Blog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Lua的Full UserDataLight UserData和metatable相关的知识,希望对你有一定的参考价值。
http://lua.2524044.n2.nabble.com/LightUserData-and-metatables-td3807698.html
"... do you realize that by setting the metatable of a light userdata
you are actually setting the metatable of all light userdata at once ?"
I did not realise this. oops.
设置Full UserData的metatable设置的是一个Full UserData实例的metatable。
设置Light UserData的metatable设置的是所有Light UserData实例的metatable。
以上是关于Lua的Full UserDataLight UserData和metatable的主要内容,如果未能解决你的问题,请参考以下文章