pub fn validate_plugins(
plugin_dir: &Path,
active_plugins: &[&str],
check_form_43: bool,
) -> Vec<PluginWarning>Expand description
Validate plugins against the active load order.
Returns warnings for Form 43 plugins and missing masters.
active_plugins should be all plugin filenames in the load order (case-insensitive matching).
plugin_dir is the game’s Data directory containing the plugins.