mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Simulation handlers (agents & objects) completed.
This commit is contained in:
@@ -33,9 +33,11 @@ namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
public interface ISimulationService
|
||||
{
|
||||
IScene GetScene(ulong regionHandle);
|
||||
|
||||
#region Agents
|
||||
|
||||
bool CreateAgent(ulong regionHandle, AgentCircuitData aCircuit, out string reason);
|
||||
bool CreateAgent(ulong regionHandle, AgentCircuitData aCircuit, uint flags, out string reason);
|
||||
|
||||
/// <summary>
|
||||
/// Full child agent update.
|
||||
@@ -98,11 +100,5 @@ namespace OpenSim.Services.Interfaces
|
||||
|
||||
#endregion Objects
|
||||
|
||||
#region Regions
|
||||
|
||||
bool HelloNeighbour(ulong regionHandle, RegionInfo thisRegion);
|
||||
|
||||
#endregion Regions
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user