Function Loptnumber

Source
pub unsafe extern "C" fn Loptnumber(
    state: lua_State,
    index: i32,
    default: f64,
) -> f64
Expand description

If the function argument index is a number, returns this number. If this argument is absent or is nil, returns default. Otherwise, raises an error.