Function loadorder_ffi::lo_get_plugin_active [] [src]

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

Checks if a given plugin is active.

Outputs true if the plugin is active, and false otherwise.

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