Function loadorder_ffi::lo_get_load_order_method[][src]

#[no_mangle]
pub unsafe extern "C" fn lo_get_load_order_method(
    handle: lo_game_handle,
    method: *mut c_uint
) -> c_uint

Get which method is used for the load order.

The output is one of the LIBLO_METHOD_* constants.

Returns LIBLO_OK if successful, otherwise a LIBLO_ERROR_* code is returned.