Click or drag to resize

ModLoadBatch Method

Load all mods from the specified paths. A ModHost will be created for each path specified.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static ModHost[] LoadBatch(
	Uri[] paths,
	bool autoActivate = true
)

Parameters

paths
Type: SystemUri
An array of Uri to load from
autoActivate (Optional)
Type: SystemBoolean
Should the mods be automatially activated once loaded. See Activate

Return Value

Type: ModHost
An array of ModHost representing the managers for each load request
See Also