C# Class OpenSim.Region.CoreModules.World.Serialiser.SerialiserModule

Inheritance: IRegionModule, IRegionSerialiserModule
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Méthode Description
AddRegion ( Scene scene ) : void
Close ( ) : void
DeserializeGroupFromXml2 ( string xmlString ) : SceneObjectGroup
Initialise ( IConfigSource source ) : void
LoadPrimsFromXml ( Scene scene, string fileName, bool newIDS, System.Vector3 loadOffset ) : void
LoadPrimsFromXml2 ( Scene scene, TextReader reader, bool startScripts ) : void
LoadPrimsFromXml2 ( Scene scene, string fileName ) : void
PostInitialise ( ) : void
RegionLoaded ( Scene scene ) : void
RemoveRegion ( Scene scene ) : void
SaveNamedPrimsToXml2 ( Scene scene, string primName, string fileName ) : void
SavePrimListToXml2 ( OpenSim.Region.Framework.Scenes.EntityBase entityList, TextWriter stream, System.Vector3 min, System.Vector3 max ) : void
SavePrimListToXml2 ( OpenSim.Region.Framework.Scenes.EntityBase entityList, string fileName ) : void
SavePrimsToXml ( Scene scene, string fileName ) : void
SavePrimsToXml2 ( Scene scene, TextWriter stream, System.Vector3 min, System.Vector3 max ) : void
SavePrimsToXml2 ( Scene scene, string fileName ) : void
SerialiseRegion ( Scene scene, string saveDir ) : List
SerializeGroupToXml2 ( SceneObjectGroup grp, object>.Dictionary options ) : string

Private Methods

Méthode Description
EventManager_OnPluginConsole ( string args ) : void
InterfaceSaveAllRegions ( Object args ) : void
InterfaceSaveRegion ( Object args ) : void
LoadCommanderCommands ( ) : void

Method Details

AddRegion() public méthode

public AddRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

DeserializeGroupFromXml2() public méthode

public DeserializeGroupFromXml2 ( string xmlString ) : SceneObjectGroup
xmlString string
Résultat OpenSim.Region.Framework.Scenes.SceneObjectGroup

Initialise() public méthode

public Initialise ( IConfigSource source ) : void
source IConfigSource
Résultat void

LoadPrimsFromXml() public méthode

public LoadPrimsFromXml ( Scene scene, string fileName, bool newIDS, System.Vector3 loadOffset ) : void
scene OpenSim.Region.Framework.Scenes.Scene
fileName string
newIDS bool
loadOffset System.Vector3
Résultat void

LoadPrimsFromXml2() public méthode

public LoadPrimsFromXml2 ( Scene scene, TextReader reader, bool startScripts ) : void
scene OpenSim.Region.Framework.Scenes.Scene
reader System.IO.TextReader
startScripts bool
Résultat void

LoadPrimsFromXml2() public méthode

public LoadPrimsFromXml2 ( Scene scene, string fileName ) : void
scene OpenSim.Region.Framework.Scenes.Scene
fileName string
Résultat void

PostInitialise() public méthode

public PostInitialise ( ) : void
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

RemoveRegion() public méthode

public RemoveRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

SaveNamedPrimsToXml2() public méthode

public SaveNamedPrimsToXml2 ( Scene scene, string primName, string fileName ) : void
scene OpenSim.Region.Framework.Scenes.Scene
primName string
fileName string
Résultat void

SavePrimListToXml2() public méthode

public SavePrimListToXml2 ( OpenSim.Region.Framework.Scenes.EntityBase entityList, TextWriter stream, System.Vector3 min, System.Vector3 max ) : void
entityList OpenSim.Region.Framework.Scenes.EntityBase
stream System.IO.TextWriter
min System.Vector3
max System.Vector3
Résultat void

SavePrimListToXml2() public méthode

public SavePrimListToXml2 ( OpenSim.Region.Framework.Scenes.EntityBase entityList, string fileName ) : void
entityList OpenSim.Region.Framework.Scenes.EntityBase
fileName string
Résultat void

SavePrimsToXml() public méthode

public SavePrimsToXml ( Scene scene, string fileName ) : void
scene OpenSim.Region.Framework.Scenes.Scene
fileName string
Résultat void

SavePrimsToXml2() public méthode

public SavePrimsToXml2 ( Scene scene, TextWriter stream, System.Vector3 min, System.Vector3 max ) : void
scene OpenSim.Region.Framework.Scenes.Scene
stream System.IO.TextWriter
min System.Vector3
max System.Vector3
Résultat void

SavePrimsToXml2() public méthode

public SavePrimsToXml2 ( Scene scene, string fileName ) : void
scene OpenSim.Region.Framework.Scenes.Scene
fileName string
Résultat void

SerialiseRegion() public méthode

public SerialiseRegion ( Scene scene, string saveDir ) : List
scene OpenSim.Region.Framework.Scenes.Scene
saveDir string
Résultat List

SerializeGroupToXml2() public méthode

public SerializeGroupToXml2 ( SceneObjectGroup grp, object>.Dictionary options ) : string
grp SceneObjectGroup
options object>.Dictionary
Résultat string