Function loadorder_ffi::lo_get_plugin_position[][src]

#[no_mangle]
pub unsafe extern "C" fn lo_get_plugin_position(
    handle: lo_game_handle,
    plugin: *const c_char,
    index: *mut size_t
) -> c_uint

Get the load order position of a plugin.

Load order positions are zero-based, so the first plugin in the load order has a position of 0, the next has a position of 1, and so on.

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