C# Class OpenSim.Region.OptionalModules.World.TreePopulator.TreePopulatorModule

Version 2.01 - Very hacky compared to the original. Will fix original and release as 0.3 later.
Inheritance: IRegionModule
Afficher le fichier Open project: aurora-sim/Aurora-Sim-Optional-Modules

Protected Properties

Свойство Type Description
creationCapabilities PCode[]

Méthodes publiques

Méthode Description
AddRegion ( IScene scene ) : void
AddTree ( UUID uuid, UUID groupID, System.Vector3 scale, Quaternion rotation, System.Vector3 position, Tree treeType, bool newTree ) : ISceneEntity
Close ( ) : void
CreateEntity ( ISceneEntity sceneObject, UUID ownerID, UUID groupID, System.Vector3 pos, Quaternion rot, OpenSim.Framework.PrimitiveBaseShape shape ) : ISceneEntity
DeserializeObject ( string fileName ) : object
Initialise ( IConfigSource config ) : void
PostInitialise ( ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void
SerializeObject ( string fileName, Object obj ) : void

Private Methods

Méthode Description
CalculateTrees_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
CreateTree ( UUID uuid, Copse copse, System.Vector3 position ) : void
HandleTreeActive ( IScene scene, string cmd ) : void
HandleTreeFreeze ( IScene scene, string cmd ) : void
HandleTreeHelp ( IScene scene, string cmd ) : void
HandleTreeLoad ( IScene scene, string cmd ) : void
HandleTreePlant ( IScene scene, string cmd ) : void
HandleTreeRate ( IScene scene, string cmd ) : void
HandleTreeReload ( IScene scene, string cmd ) : void
HandleTreeRemove ( IScene scene, string cmd ) : void
HandleTreeStatistics ( IScene scene, string cmd ) : void
InstallCommands ( ) : void
ReloadCopse ( ) : void
SpawnChild ( Copse copse, ISceneChildEntity s_tree ) : void
activeizeTreeze ( bool activeYN ) : void
growTrees ( ) : void
killTrees ( ) : void
seedTrees ( ) : void

Method Details

AddRegion() public méthode

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

AddTree() public méthode

public AddTree ( UUID uuid, UUID groupID, System.Vector3 scale, Quaternion rotation, System.Vector3 position, Tree treeType, bool newTree ) : ISceneEntity
uuid UUID
groupID UUID
scale System.Vector3
rotation Quaternion
position System.Vector3
treeType Tree
newTree bool
Résultat ISceneEntity

Close() public méthode

public Close ( ) : void
Résultat void

CreateEntity() public méthode

public CreateEntity ( ISceneEntity sceneObject, UUID ownerID, UUID groupID, System.Vector3 pos, Quaternion rot, OpenSim.Framework.PrimitiveBaseShape shape ) : ISceneEntity
sceneObject ISceneEntity
ownerID UUID
groupID UUID
pos System.Vector3
rot Quaternion
shape OpenSim.Framework.PrimitiveBaseShape
Résultat ISceneEntity

DeserializeObject() public static méthode

public static DeserializeObject ( string fileName ) : object
fileName string
Résultat object

Initialise() public méthode

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

PostInitialise() public méthode

public PostInitialise ( ) : void
Résultat void

RegionLoaded() public méthode

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

RemoveRegion() public méthode

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

SerializeObject() public static méthode

public static SerializeObject ( string fileName, Object obj ) : void
fileName string
obj Object
Résultat void

Property Details

creationCapabilities protected_oe static_oe property

protected static PCode[] creationCapabilities
Résultat PCode[]