Method | Description | |
---|---|---|
Initialize ( string args ) : void |
Initializes the global options parsing the given args array.
|
|
Reconfigure ( ) : void |
Method | Description | |
---|---|---|
Options ( string args ) : System | ||
ParseCommandLine ( string args ) : void |
Parse the command line args array.
|
|
PrepareDirectories ( ) : void |
Prepare directories
|
|
SetupApplicationDirectory ( ) : void |
Retrieve the application directory and settings directory (conf)
|
|
SetupGameDirectory ( ) : void |
Search the skyrim directory
|
|
SetupScriptHostDirectory ( ) : void |
Locate the IronPython install location for scripting
|
public static Initialize ( string args ) : void | ||
args | string | /// The received command-line options. /// |
return | void |