aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorHomer Horwitz2008-10-01 21:30:48 +0000
committerHomer Horwitz2008-10-01 21:30:48 +0000
commitb1c1de2fbeeaba34f2daa96a34a14cc9cb4effa8 (patch)
treebf69f8cbf479207758b384f2ccc371996f4ea1c3 /OpenSim/Framework/IClientAPI.cs
parentstick a TODO in here about land tests, which really can't be done in (diff)
downloadopensim-SC_OLD-b1c1de2fbeeaba34f2daa96a34a14cc9cb4effa8.zip
opensim-SC_OLD-b1c1de2fbeeaba34f2daa96a34a14cc9cb4effa8.tar.gz
opensim-SC_OLD-b1c1de2fbeeaba34f2daa96a34a14cc9cb4effa8.tar.bz2
opensim-SC_OLD-b1c1de2fbeeaba34f2daa96a34a14cc9cb4effa8.tar.xz
- Added SendScriptTeleportRequest to IClientView and classes implementing it.
- Implemented llMapDestination.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
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
759 759
760 void SendRegionHandle(UUID regoinID, ulong handle); 760 void SendRegionHandle(UUID regoinID, ulong handle);
761 void SendParcelInfo(RegionInfo info, LandData land, UUID parcelID, uint x, uint y); 761 void SendParcelInfo(RegionInfo info, LandData land, UUID parcelID, uint x, uint y);
762 void SendScriptTeleportRequest(string objName, string simName, Vector3 pos, Vector3 lookAt);
762 void KillEndDone(); 763 void KillEndDone();
763 } 764 }
764} 765}