luaL_checkinteger
[-0, +0, v]
lua_Integer luaL_checkinteger (lua_State *L, int arg);
Checks whether the function argument arg
is an integer (or can be converted to an integer) and returns this integer cast to a lua_Integer
.
luaL_checkinteger
[-0, +0, v]
lua_Integer luaL_checkinteger (lua_State *L, int arg);
Checks whether the function argument arg
is an integer (or can be converted to an integer) and returns this integer cast to a lua_Integer
.
Please login to continue.