Function loadorder_ffi::lo_get_load_order[][src]

#[no_mangle]
pub unsafe extern "C" fn lo_get_load_order(
    handle: lo_game_handle,
    plugins: *mut *mut *mut c_char,
    num_plugins: *mut size_t
) -> c_uint

Get the current load order.

If no plugins are in the current order, the value pointed to by plugins will be null and num_plugins will point to zero.

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