C# Class Universe.Modules.Estate.EstateInitializer

Inheritance: ISharedRegionStartupModule, IUniverseBackupModule
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Свойство Type Description
m_registry IRegistryCore

Méthodes publiques

Méthode Description
BeginLoadModuleFromArchive ( IScene scene ) : void
Close ( IScene scene ) : void
DeleteRegion ( IScene scene ) : void
EndLoadModuleFromArchive ( IScene scene ) : void
FinishStartup ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void
Initialize ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void
LoadModuleFromArchive ( byte data, string filePath, TarArchiveReader type, IScene scene ) : void

Loads the estate settings from an archive.

PostFinishStartup ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void
PostInitialize ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void
SaveModuleToArchive ( TarArchiveWriter writer, IScene scene ) : void

Saves the estate settings to an archive.

StartupComplete ( ) : void

Méthodes protégées

Méthode Description
ChangeEstate ( IScene scene, string cmd ) : void

Changes the region estate.

ChangeRegionEstate ( IScene scene, string cmd ) : void

Changes the region estate.

Private Methods

Méthode Description
CreateEstateInfo ( IScene scene ) : EstateSettings

Creates the estate info for a region.

GetUserEstateID ( IScene scene, IEstateConnector estateConnector ) : int
LinkRegionEstate ( UUID regionID, int estateID ) : EstateSettings

Links a region to an estate.

LinkSystemEstate ( UUID regionID, int estateID ) : EstateSettings

Links a region to a system estate.

Method Details

BeginLoadModuleFromArchive() public méthode

public BeginLoadModuleFromArchive ( IScene scene ) : void
scene IScene
Résultat void

ChangeEstate() protected méthode

Changes the region estate.
protected ChangeEstate ( IScene scene, string cmd ) : void
scene IScene Scene.
cmd string Cmd.
Résultat void

ChangeRegionEstate() protected méthode

Changes the region estate.
protected ChangeRegionEstate ( IScene scene, string cmd ) : void
scene IScene Scene.
cmd string Cmd parameters.
Résultat void

Close() public méthode

public Close ( IScene scene ) : void
scene IScene
Résultat void

DeleteRegion() public méthode

public DeleteRegion ( IScene scene ) : void
scene IScene
Résultat void

EndLoadModuleFromArchive() public méthode

public EndLoadModuleFromArchive ( IScene scene ) : void
scene IScene
Résultat void

FinishStartup() public méthode

public FinishStartup ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void
scene IScene
source IConfigSource
simBase ISimulationBase
Résultat void

Initialize() public méthode

public Initialize ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void
scene IScene
source IConfigSource
simBase ISimulationBase
Résultat void

LoadModuleFromArchive() public méthode

Loads the estate settings from an archive.
public LoadModuleFromArchive ( byte data, string filePath, TarArchiveReader type, IScene scene ) : void
data byte Data.
filePath string File path.
type Universe.Framework.Serialization.TarArchiveReader Type.
scene IScene Scene.
Résultat void

PostFinishStartup() public méthode

public PostFinishStartup ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void
scene IScene
source IConfigSource
simBase ISimulationBase
Résultat void

PostInitialize() public méthode

public PostInitialize ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void
scene IScene
source IConfigSource
simBase ISimulationBase
Résultat void

SaveModuleToArchive() public méthode

Saves the estate settings to an archive.
public SaveModuleToArchive ( TarArchiveWriter writer, IScene scene ) : void
writer Universe.Framework.Serialization.TarArchiveWriter Writer.
scene IScene Scene.
Résultat void

StartupComplete() public méthode

public StartupComplete ( ) : void
Résultat void

Property Details

m_registry protected_oe property

protected IRegistryCore m_registry
Résultat IRegistryCore