_self); lua_pushvalue(L,8); lua_pushvalue(L,2); lua_call(L,3,1); // add it to cost and remove from stack cost += lua_tointeger(L,-1); lua_pop(L,1); // get ...
確定! 回上一頁