... static int lua_alert(lua_State* L) { int n = lua_gettop(L); /* number of arguments */ lua_getglobal(L, "tostring"); lua_pushvalue(L, 1); lua_rawcall(L, ...
確定! 回上一頁