lua_callk returning nresults (Lua 5.2)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: lua_callk returning nresults (Lua 5.2)
- From: Kevin Martin <kev82@...>
- Date: 2014年2月23日 17:39:21 +0000
Hi,
I find myself recently wanting to write
return lua_call(l, x, y);
Is there a good reason as to why lua_callk can't return nresults if it's >=0 or the correct calculated value if it's LUA_MULTRET.
Thanks,
Kevin