mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Plumb a code path for the entity transfer module to ask a destination scene
whether or not an agent is allowed there as a root agent.
This commit is contained in:
@@ -60,6 +60,8 @@ namespace OpenSim.Services.Interfaces
|
||||
|
||||
bool RetrieveAgent(GridRegion destination, UUID id, out IAgentData agent);
|
||||
|
||||
bool QueryAccess(GridRegion destination, UUID id);
|
||||
|
||||
/// <summary>
|
||||
/// Message from receiving region to departing region, telling it got contacted by the client.
|
||||
/// When sent over REST, it invokes the opaque uri.
|
||||
|
||||
Reference in New Issue
Block a user