luaL_checktype

[-0, +0, v]

  1. void luaL_checktype (lua_State *L, int arg, int t);

检查函数的第 arg 个参数的类型是否是 t。参见 lua_type 查阅类型 t 的编码。