Function Lcheckinteger

Source
pub unsafe extern "C" fn Lcheckinteger(
    state: lua_State,
    index: i32,
) -> isize
Expand description

Checks whether the function argument index is a number and returns this number cast to a lua_Integer.