To get a value from the stack, there are the lua_to* functions: int lua_toboolean (lua_State *L, int index); double lua_tonumber (lua_State *L, int index); ...
確定! 回上一頁