Click or drag to resize

ModCommandLine Methods

The ModCommandLine type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetEnvironmentString
Attempts to access the command line string generated by the application and combines it into a single space separated string.
Public methodParse
Begins parsing the application command line as provided by GetEnvironmentString(Boolean) to find any mod paths specified for loading. This method may result in the OnModCommandLine event being triggered if any mod paths are found.
Public methodParseString
Attempts to parse a user provided string to find any mod paths specified for loading. This method may result in the OnModCommandLine event being triggered if any mod paths are found.
Top
See Also