luaL_optnumber
[-0, +0, v]
1 | lua_Number luaL_optnumber (lua_State *L, int arg, lua_Number d); |
If the function argument arg
is a number, returns this number. If this argument is absent or is nil, returns d
. Otherwise, raises an error.
luaL_optnumber
[-0, +0, v]
1 | lua_Number luaL_optnumber (lua_State *L, int arg, lua_Number d); |
If the function argument arg
is a number, returns this number. If this argument is absent or is nil, returns d
. Otherwise, raises an error.
Designed by : w10schools
service@w10schools.com
Please login to continue.