C# Класс OpenSim.OpenSim

Interactive OpenSim region server
Наследование: OpenSimBase
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_consolePort uint
m_consoleType string
m_gui bool
m_shutdownCommandsFile string
m_startupCommandsFile string

Открытые методы

Метод Описание
HandleShow ( string mod, string cmd ) : void

Many commands list objects for debugging. Some of the types are listed here

OpenSim ( IConfigSource configSource ) : System
RunCommand ( string module, string cmdparams ) : void

Runs commands issued by the server console from the operator

ShutdownSpecific ( ) : void

Защищенные методы

Метод Описание
ChangeSelectedRegion ( string module, string cmdparams ) : void

Change the currently selected region. The selected region is that operated upon by single region commands.

Debug ( string module, string args ) : void

Turn on some debugging values for OpenSim.

KillUUID ( string module, string cmdparams ) : void

Kill an object given its UUID.

LoadOar ( string module, string cmdparams ) : void

Load a whole region from an opensimulator archive.

LoadXml ( string module, string cmdparams ) : void

Loads data and region objects from XML format.

LoadXml2 ( string module, string cmdparams ) : void

Load region data from Xml2Format

ReadExtraConfigSettings ( ) : void
SaveOar ( string module, string cmdparams ) : void

Save a region to a file, including all the assets needed to restore it.

SavePrimsXml2 ( string module, string cmdparams ) : void

Use XML2 format to serialize data to a file

SaveXml ( string module, string cmdparams ) : void

Use XML format to serialize data to a file

SaveXml2 ( string module, string cmdparams ) : void

Serialize region data to XML2Format

StartupSpecific ( ) : void

Performs initialisation of the scene, such as loading configuration from disk.

Приватные методы

Метод Описание
CombineParams ( string commandParams, int pos ) : string
GetQueuesReport ( ) : string

print UDP Queue data for each client

HandleClearAssets ( string module, string args ) : void
HandleConfig ( string module, string cmd ) : void

Change and load configuration file data.

HandleCreateRegion ( string module, string cmd ) : void

Creates a new region based on the parameters specified. This will ask the user questions on the console

HandleEditScale ( string module, string args ) : void

Edits the scale of a primative with the name specified

HandleForceUpdate ( string module, string args ) : void

Force resending of all updates to all clients in active region(s)

HandleModules ( string module, string cmd ) : void

Load, Unload, and list Region modules in use

KickUserCommand ( string module, string cmdparams ) : void

Kicks users off the region

PrintFileToConsole ( string fileName ) : void

Opens a file and uses it as input to the console command parser.

RegisterConsoleCommands ( ) : void

Register standard set of region console commands

RunAutoTimerScript ( object sender, EventArgs e ) : void

Timer to run a specific text file as console commands. Configured in in the main ini file

RunCommandScript ( string fileName ) : void

Run an optional startup list of commands

WatchdogTimeoutHandler ( System thread, int lastTick ) : void

Описание методов

ChangeSelectedRegion() защищенный Метод

Change the currently selected region. The selected region is that operated upon by single region commands.
protected ChangeSelectedRegion ( string module, string cmdparams ) : void
module string
cmdparams string
Результат void

Debug() защищенный Метод

Turn on some debugging values for OpenSim.
protected Debug ( string module, string args ) : void
module string
args string
Результат void

HandleShow() публичный Метод

Many commands list objects for debugging. Some of the types are listed here
public HandleShow ( string mod, string cmd ) : void
mod string
cmd string
Результат void

KillUUID() защищенный Метод

Kill an object given its UUID.
protected KillUUID ( string module, string cmdparams ) : void
module string
cmdparams string
Результат void

LoadOar() защищенный Метод

Load a whole region from an opensimulator archive.
protected LoadOar ( string module, string cmdparams ) : void
module string
cmdparams string
Результат void

LoadXml() защищенный Метод

Loads data and region objects from XML format.
protected LoadXml ( string module, string cmdparams ) : void
module string
cmdparams string
Результат void

LoadXml2() защищенный Метод

Load region data from Xml2Format
protected LoadXml2 ( string module, string cmdparams ) : void
module string
cmdparams string
Результат void

OpenSim() публичный Метод

public OpenSim ( IConfigSource configSource ) : System
configSource IConfigSource
Результат System

ReadExtraConfigSettings() защищенный Метод

protected ReadExtraConfigSettings ( ) : void
Результат void

RunCommand() публичный Метод

Runs commands issued by the server console from the operator
public RunCommand ( string module, string cmdparams ) : void
module string
cmdparams string Additional arguments passed to the command
Результат void

SaveOar() защищенный Метод

Save a region to a file, including all the assets needed to restore it.
protected SaveOar ( string module, string cmdparams ) : void
module string
cmdparams string
Результат void

SavePrimsXml2() защищенный Метод

Use XML2 format to serialize data to a file
protected SavePrimsXml2 ( string module, string cmdparams ) : void
module string
cmdparams string
Результат void

SaveXml() защищенный Метод

Use XML format to serialize data to a file
protected SaveXml ( string module, string cmdparams ) : void
module string
cmdparams string
Результат void

SaveXml2() защищенный Метод

Serialize region data to XML2Format
protected SaveXml2 ( string module, string cmdparams ) : void
module string
cmdparams string
Результат void

ShutdownSpecific() публичный Метод

public ShutdownSpecific ( ) : void
Результат void

StartupSpecific() защищенный Метод

Performs initialisation of the scene, such as loading configuration from disk.
protected StartupSpecific ( ) : void
Результат void

Описание свойств

m_consolePort защищенное свойство

protected uint m_consolePort
Результат uint

m_consoleType защищенное свойство

protected string m_consoleType
Результат string

m_gui защищенное свойство

protected bool m_gui
Результат bool

m_shutdownCommandsFile защищенное свойство

protected string m_shutdownCommandsFile
Результат string

m_startupCommandsFile защищенное свойство

protected string m_startupCommandsFile
Результат string