Click or drag to resize

ModParseAndLoadCommandLine Method

Parse all mod paths from the command line and load all mods.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static ModHost[] ParseAndLoadCommandLine()

Return Value

Type: ModHost
An array of mod hosts representing each attempted command line load
See Also