Function lua_isLfunction

Source
pub unsafe extern "C-unwind" fn lua_isLfunction(
    L: *mut lua_State,
    idx: c_int,
) -> c_int
Expand description

Does the given index contain a value of type function which is a Luau function.