
Public Member Functions | |
| OpenSim (IConfigSource configSource) | |
| override void | ShutdownSpecific () |
| Performs any last-minute sanity checking and shuts down the region server. | |
| void | RunCommand (string module, string[] cmdparams) |
| Runs commands issued by the server console from the operator. | |
| override void | HandleShow (string mod, string[] cmd) |
| Many commands list objects for debugging. Some of the types are listed here. | |
Protected Member Functions | |
| override void | ReadExtraConfigSettings () |
| override void | StartupSpecific () |
| Performs initialisation of the scene, such as loading configuration from disk. | |
| void | ChangeSelectedRegion (string module, string[] cmdparams) |
| Change the currently selected region. The selected region is that operated upon by single region commands. | |
| void | Debug (string module, string[] args) |
| Turn on some debugging values for OpenSim. | |
| void | SavePrimsXml2 (string module, string[] cmdparams) |
| Use XML2 format to serialize data to a file. | |
| void | SaveXml (string module, string[] cmdparams) |
| Use XML format to serialize data to a file. | |
| void | LoadXml (string module, string[] cmdparams) |
| Loads data and region objects from XML format. | |
| void | SaveXml2 (string module, string[] cmdparams) |
| Serialize region data to XML2Format. | |
| void | LoadXml2 (string module, string[] cmdparams) |
| Load region data from Xml2Format. | |
| void | LoadOar (string module, string[] cmdparams) |
| Load a whole region from an opensimulator archive. | |
| void | SaveOar (string module, string[] cmdparams) |
| Save a region to a file, including all the assets needed to restore it. | |
| void | KillUUID (string module, string[] cmdparams) |
| Kill an object given its UUID. | |
Protected Attributes | |
| string | m_startupCommandsFile |
| string | m_shutdownCommandsFile |
| bool | m_gui = false |
| string | m_consoleType = "local" |
| uint | m_consolePort = 0 |
| OpenSim::OpenSim::OpenSim | ( | IConfigSource | configSource | ) | [inline] |
| override void OpenSim::OpenSim::ReadExtraConfigSettings | ( | ) | [inline, protected, virtual] |
Reimplemented from OpenSim::OpenSimBase.
| override void OpenSim::OpenSim::StartupSpecific | ( | ) | [inline, protected, virtual] |
Performs initialisation of the scene, such as loading configuration from disk.
Reimplemented from OpenSim::OpenSimBase.
| override void OpenSim::OpenSim::ShutdownSpecific | ( | ) | [inline, virtual] |
Performs any last-minute sanity checking and shuts down the region server.
Reimplemented from OpenSim::OpenSimBase.
| void OpenSim::OpenSim::RunCommand | ( | string | module, | |
| string[] | cmdparams | |||
| ) | [inline] |
Runs commands issued by the server console from the operator.
| command | The first argument of the parameter (the command) | |
| cmdparams | Additional arguments passed to the command |
| void OpenSim::OpenSim::ChangeSelectedRegion | ( | string | module, | |
| string[] | cmdparams | |||
| ) | [inline, protected] |
Change the currently selected region. The selected region is that operated upon by single region commands.
| cmdParams |
| void OpenSim::OpenSim::Debug | ( | string | module, | |
| string[] | args | |||
| ) | [inline, protected] |
| override void OpenSim::OpenSim::HandleShow | ( | string | mod, | |
| string[] | cmd | |||
| ) | [inline, virtual] |
Many commands list objects for debugging. Some of the types are listed here.
| mod | ||
| cmd |
Reimplemented from OpenSim::Framework::Servers::BaseOpenSimServer.
| void OpenSim::OpenSim::SavePrimsXml2 | ( | string | module, | |
| string[] | cmdparams | |||
| ) | [inline, protected] |
Use XML2 format to serialize data to a file.
| module | ||
| cmdparams |
| void OpenSim::OpenSim::SaveXml | ( | string | module, | |
| string[] | cmdparams | |||
| ) | [inline, protected] |
Use XML format to serialize data to a file.
| module | ||
| cmdparams |
| void OpenSim::OpenSim::LoadXml | ( | string | module, | |
| string[] | cmdparams | |||
| ) | [inline, protected] |
Loads data and region objects from XML format.
| module | ||
| cmdparams |
| void OpenSim::OpenSim::SaveXml2 | ( | string | module, | |
| string[] | cmdparams | |||
| ) | [inline, protected] |
Serialize region data to XML2Format.
| module | ||
| cmdparams |
| void OpenSim::OpenSim::LoadXml2 | ( | string | module, | |
| string[] | cmdparams | |||
| ) | [inline, protected] |
Load region data from Xml2Format.
| module | ||
| cmdparams |
| void OpenSim::OpenSim::LoadOar | ( | string | module, | |
| string[] | cmdparams | |||
| ) | [inline, protected] |
Load a whole region from an opensimulator archive.
| cmdparams |
| void OpenSim::OpenSim::SaveOar | ( | string | module, | |
| string[] | cmdparams | |||
| ) | [inline, protected] |
Save a region to a file, including all the assets needed to restore it.
| cmdparams |
| void OpenSim::OpenSim::KillUUID | ( | string | module, | |
| string[] | cmdparams | |||
| ) | [inline, protected] |
Kill an object given its UUID.
| cmdparams |
string OpenSim::OpenSim::m_startupCommandsFile [protected] |
string OpenSim::OpenSim::m_shutdownCommandsFile [protected] |
bool OpenSim::OpenSim::m_gui = false [protected] |
string OpenSim::OpenSim::m_consoleType = "local" [protected] |
uint OpenSim::OpenSim::m_consolePort = 0 [protected] |
1.5.6