lua_pcallk[-(nargs + 1), +(nresults|1), –]
lua_pcallk
int lua_pcallk (lua_State *L, int nargs, int nresults, int msgh, lua_KContext ctx, lua_KFunction k);
This function behaves exactly like lua_pcall, but allows the called function to yield (see §4.7).
lua_pcall
Please login to continue.
Please login to continue.