luaL_checkinteger
[-0, +0, v]
1 | 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]
1 | 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
.
Designed by : w10schools
service@w10schools.com
Please login to continue.