Property | Type | Description | |
---|---|---|---|
capsPaths | string>.Dictionary | ||
childrenSeeds | Dictionary |
||
m_capsHandlers | Caps>.Dictionary | ||
m_scene |
Method | Description | |
---|---|---|
AddCapsHandler ( UUID agentId ) : void | ||
AddRegion ( |
||
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 ( |
||
PostInitialise ( ) : void | ||
RegionLoaded ( |
||
RemoveCapsHandler ( UUID agentId ) : void | ||
RemoveRegion ( |
||
SetChildrenSeed ( UUID agentID, string>.Dictionary |
public AddCapsHandler ( UUID agentId ) : void | ||
agentId | UUID | |
return | void |
public AddRegion ( |
||
scene | ||
return | void |
public DropChildSeed ( UUID agentID, ulong handle ) : void | ||
agentID | UUID | |
handle | ulong | |
return | void |
public DumpChildrenSeeds ( UUID agentID ) : void | ||
agentID | UUID | |
return | void |
public GetCapsHandlerForUser ( UUID agentId ) : OpenSim.Framework.Capabilities.Caps | ||
agentId | UUID | |
return | OpenSim.Framework.Capabilities.Caps |
public GetChildSeed ( UUID agentID, ulong handle ) : string | ||
agentID | UUID | |
handle | ulong | |
return | string |
public GetChildrenSeeds ( UUID agentID ) : string>.Dictionary |
||
agentID | UUID | |
return | string>.Dictionary |
public Initialise ( IConfigSource source ) : void | ||
source | IConfigSource | |
return | void |
public NewUserConnection ( |
||
agent | ||
return | void |
public RegionLoaded ( |
||
scene | ||
return | void |
public RemoveCapsHandler ( UUID agentId ) : void | ||
agentId | UUID | |
return | void |
public RemoveRegion ( |
||
scene | ||
return | void |
public SetChildrenSeed ( UUID agentID, string>.Dictionary |
||
agentID | UUID | |
seeds | string>.Dictionary | |
return | void |