diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs b/OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs index 18e9e3c..75c44d5 100644 --- a/OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs | |||
@@ -74,6 +74,13 @@ namespace OpenSim.Region.Framework.Interfaces | |||
74 | /// <param name='client'></param> | 74 | /// <param name='client'></param> |
75 | void TeleportHome(UUID id, IClientAPI client); | 75 | void TeleportHome(UUID id, IClientAPI client); |
76 | 76 | ||
77 | /// <summary> | ||
78 | /// Show whether the given agent is being teleported. | ||
79 | /// </summary> | ||
80 | /// <returns>true if the agent is in the process of being teleported, false otherwise.</returns> | ||
81 | /// <param name='id'>The agent ID</para></param> | ||
82 | bool IsInTransit(UUID id); | ||
83 | |||
77 | bool Cross(ScenePresence agent, bool isFlying); | 84 | bool Cross(ScenePresence agent, bool isFlying); |
78 | 85 | ||
79 | void AgentArrivedAtDestination(UUID agent); | 86 | void AgentArrivedAtDestination(UUID agent); |