pub unsafe extern "C" fn Lcheckinteger(
state: lua_State,
index: i32,
) -> isizeExpand description
Checks whether the function argument index is a number and returns this number cast to a lua_Integer.
pub unsafe extern "C" fn Lcheckinteger(
state: lua_State,
index: i32,
) -> isizeChecks whether the function argument index is a number and returns this number cast to a lua_Integer.