ModCommandLine Properties |
The ModCommandLine type exposes the following members.
Name | Description | |
---|---|---|
AllMods |
Attempts to enumerate all paths found in the command line.
This property may result in the command line being parsed automatically.
| |
HasMods |
Returns true if the command line contains any mod paths;
This property may result in the command line being parsed automatically.
| |
SingleMod |
Attempts to access a single mod path from the command line if one exists.
This property will always return the first found path within the command line and any other paths will be ignored.
This property may result in the command line being parsed automatically.
|