Click or drag to resize

ModCommandLineOnModCommandLine Event

This event is called when the command line is being parsed and detects a mod path. The mod path is passed to this delegate and can then be loaded.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static event Action<Uri> OnModCommandLine

Value

Type: SystemActionUri
See Also