luaL_checktype
[-0, +0, v]
1 | void luaL_checktype (lua_State *L, int arg, int t); |
Checks whether the function argument arg
has type t
. See lua_type
for the encoding of types for t
.
luaL_checktype
[-0, +0, v]
1 | void luaL_checktype (lua_State *L, int arg, int t); |
Checks whether the function argument arg
has type t
. See lua_type
for the encoding of types for t
.
Designed by : w10schools
service@w10schools.com
Please login to continue.