Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects too.

This commit is contained in:
Diva Canto
2010-01-15 17:14:48 -08:00
parent 8d5a5d6a4d
commit 4ac3c0e81b
5 changed files with 55 additions and 42 deletions

View File

@@ -34,7 +34,7 @@ using OpenSim.Region.Framework.Scenes;
namespace OpenSim.Region.Framework.Interfaces
{
public interface IAgentTransferModule
public interface IEntityTransferModule
{
void Teleport(ScenePresence agent, ulong regionHandle, Vector3 position,
Vector3 lookAt, uint teleportFlags);