From b1c1de2fbeeaba34f2daa96a34a14cc9cb4effa8 Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Wed, 1 Oct 2008 21:30:48 +0000 Subject: - Added SendScriptTeleportRequest to IClientView and classes implementing it. - Implemented llMapDestination. --- OpenSim/Framework/IClientAPI.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/IClientAPI.cs') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index ddd1cd3..ad4e22b 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -759,6 +759,7 @@ namespace OpenSim.Framework void SendRegionHandle(UUID regoinID, ulong handle); void SendParcelInfo(RegionInfo info, LandData land, UUID parcelID, uint x, uint y); + void SendScriptTeleportRequest(string objName, string simName, Vector3 pos, Vector3 lookAt); void KillEndDone(); } } -- cgit v1.1