ModCommandLine Methods |
The ModCommandLine type exposes the following members.
Name | Description | |
---|---|---|
GetEnvironmentString |
Attempts to access the command line string generated by the application and combines it into a single space
separated string.
| |
Parse |
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.
| |
ParseString |
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.
|