Click or drag to resize

ModCommandLine Properties

The ModCommandLine type exposes the following members.

Properties
  NameDescription
Public propertyAllMods
Attempts to enumerate all paths found in the command line. This property may result in the command line being parsed automatically.
Public propertyHasMods
Returns true if the command line contains any mod paths; This property may result in the command line being parsed automatically.
Public propertySingleMod
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.
Top
See Also