LuaCoroutine LuaState::NewCoroutine() { lua_State* thread = lua_newthread(m_state); int ref = luaL_ref(m_state, LUA_REGISTRYINDEX); return ...
確定! 回上一頁