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 public static ModAsyncOperation<ModHost[]> ParseAndLoadCommandLineAsync()
Return Value
Type:
ModAsyncOperationModHostAn async operation that can be yielded and contains infomration about the current loading progress
See Also