void luaL_argcheck (lua_State *L, int cond, int arg, const char *extramsg);. Checks whether cond is true. If not, raises an error with a standard message.
確定! 回上一頁