Static Public Member Functions | |
| static void | Main (string[] args) |
Static Public Attributes | |
| static string | iniFilePath = "" |
| Path to the main ini Configuration file. | |
| static bool | m_saveCrashDumps = false |
| Save Crashes in the bin/crashes folder. Configurable with m_crashDir. | |
| static string | m_crashDir = "crashes" |
| Directory to save crash reports to. Relative to bin/. | |
Static Protected Attributes | |
| static OpenSimBase | m_sim = null |
| Instance of the OpenSim class. This could be OpenSim or OpenSimBackground depending on the configuration. | |
| static void OpenSim::Application::Main | ( | string[] | args | ) | [inline, static] |
string OpenSim::Application::iniFilePath = "" [static] |
Path to the main ini Configuration file.
bool OpenSim::Application::m_saveCrashDumps = false [static] |
Save Crashes in the bin/crashes folder. Configurable with m_crashDir.
string OpenSim::Application::m_crashDir = "crashes" [static] |
Directory to save crash reports to. Relative to bin/.
OpenSimBase OpenSim::Application::m_sim = null [static, protected] |
Instance of the OpenSim class. This could be OpenSim or OpenSimBackground depending on the configuration.
1.5.6