Property | Type | Description | |
---|---|---|---|
m_clientsInThisRegion | IRegionClientCapsService>.Dictionary |
Method | Description | |
---|---|---|
AddClientToRegion ( IRegionClientCapsService service ) : void |
Add this client to the region
|
|
Close ( ) : void | ||
GetClient ( UUID agentID ) : IRegionClientCapsService |
Get an agent's Caps by UUID
|
|
GetClients ( ) : List |
Get all clients in this region
|
|
Initialize ( UUID regionID, IRegistryCore registry ) : void |
Initialize the service
|
|
RemoveClientFromRegion ( IRegionClientCapsService service ) : void |
Remove the client from this region
|
public AddClientToRegion ( IRegionClientCapsService service ) : void | ||
service | IRegionClientCapsService | |
return | void |
public GetClient ( UUID agentID ) : IRegionClientCapsService | ||
agentID | UUID | |
return | IRegionClientCapsService |
public Initialize ( UUID regionID, IRegistryCore registry ) : void | ||
regionID | UUID | |
registry | IRegistryCore | |
return | void |
public RemoveClientFromRegion ( IRegionClientCapsService service ) : void | ||
service | IRegionClientCapsService | |
return | void |