摘要:
lua_State 线程相关脚本上下文 主要包括当前脚本环境的运行状态信息,还会有gc相关的信息。 global_State 全局信息 // global_State 的主要字段 typedef struct global_State { stringtable strt; // hash tabl 阅读全文
posted @ 2021-08-16 12:09
Ron Ngai
阅读(540)
评论(0)
推荐(0)