C# Class OpenSim.Region.CoreModules.Agent.Capabilities.CapabilitiesModule

Inheritance: INonSharedRegionModule, ICapabilitiesModule
Afficher le fichier Open project: openmetaversefoundation/fortis-opensim Class Usage Examples

Protected Properties

Свойство Type Description
capsPaths string>.Dictionary
childrenSeeds Dictionary>
m_capsHandlers Caps>.Dictionary
m_scene OpenSim.Region.Framework.Scenes.Scene

Méthodes publiques

Méthode Description
AddCapsHandler ( UUID agentId ) : void
AddRegion ( Scene scene ) : void
Close ( ) : void
DropChildSeed ( UUID agentID, ulong handle ) : void
DumpChildrenSeeds ( UUID agentID ) : void
GetCapsHandlerForUser ( UUID agentId ) : OpenSim.Framework.Capabilities.Caps
GetCapsPath ( UUID agentId ) : string
GetChildSeed ( UUID agentID, ulong handle ) : string
GetChildrenSeeds ( UUID agentID ) : string>.Dictionary
Initialise ( IConfigSource source ) : void
NewUserConnection ( AgentCircuitData agent ) : void
PostInitialise ( ) : void
RegionLoaded ( Scene scene ) : void
RemoveCapsHandler ( UUID agentId ) : void
RemoveRegion ( Scene scene ) : void
SetChildrenSeed ( UUID agentID, string>.Dictionary seeds ) : void

Method Details

AddCapsHandler() public méthode

public AddCapsHandler ( UUID agentId ) : void
agentId UUID
Résultat void

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

DropChildSeed() public méthode

public DropChildSeed ( UUID agentID, ulong handle ) : void
agentID UUID
handle ulong
Résultat void

DumpChildrenSeeds() public méthode

public DumpChildrenSeeds ( UUID agentID ) : void
agentID UUID
Résultat void

GetCapsHandlerForUser() public méthode

public GetCapsHandlerForUser ( UUID agentId ) : OpenSim.Framework.Capabilities.Caps
agentId UUID
Résultat OpenSim.Framework.Capabilities.Caps

GetCapsPath() public méthode

public GetCapsPath ( UUID agentId ) : string
agentId UUID
Résultat string

GetChildSeed() public méthode

public GetChildSeed ( UUID agentID, ulong handle ) : string
agentID UUID
handle ulong
Résultat string

GetChildrenSeeds() public méthode

public GetChildrenSeeds ( UUID agentID ) : string>.Dictionary
agentID UUID
Résultat string>.Dictionary

Initialise() public méthode

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

NewUserConnection() public méthode

public NewUserConnection ( AgentCircuitData agent ) : void
agent OpenSim.Framework.AgentCircuitData
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

RemoveCapsHandler() public méthode

public RemoveCapsHandler ( UUID agentId ) : void
agentId UUID
Résultat void

RemoveRegion() public méthode

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

SetChildrenSeed() public méthode

public SetChildrenSeed ( UUID agentID, string>.Dictionary seeds ) : void
agentID UUID
seeds string>.Dictionary
Résultat void

Property Details

capsPaths protected_oe property

protected Dictionary capsPaths
Résultat string>.Dictionary

childrenSeeds protected_oe property

protected Dictionary> childrenSeeds
Résultat Dictionary>

m_capsHandlers protected_oe property

Each agent has its own capabilities handler.
protected Dictionary m_capsHandlers
Résultat Caps>.Dictionary

m_scene protected_oe property

protected Scene,OpenSim.Region.Framework.Scenes m_scene
Résultat OpenSim.Region.Framework.Scenes.Scene