Click or drag to resize

ModParseAndLoadCommandLineAsync Method

Parse all mods from the command line and load asll asynchronously.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static ModAsyncOperation<ModHost[]> ParseAndLoadCommandLineAsync()

Return Value

Type: ModAsyncOperationModHost
An async operation that can be yielded and contains infomration about the current loading progress
See Also