Lua 调用的 C 函数保存 state 的两种方式: Storing State in C Functions 笔记
Posted 技术调查Blog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Lua 调用的 C 函数保存 state 的两种方式: Storing State in C Functions 笔记相关的知识,希望对你有一定的参考价值。
http://yanbin.is-programmer.com/posts/94214.html
Registery的Key
1. 整数Key用于Lua的引用机制,所以不要使用整数作为Key
2. 通过lua_rawsetp将一个C指针包装成light userdata作为Key使用
3. 使用字符串作为Key
以上是关于Lua 调用的 C 函数保存 state 的两种方式: Storing State in C Functions 笔记的主要内容,如果未能解决你的问题,请参考以下文章