- Added SendScriptTeleportRequest to IClientView and classes implementing it.

- Implemented llMapDestination.
This commit is contained in:
Homer Horwitz
2008-10-01 21:30:48 +00:00
parent 9d7a9d3461
commit b1c1de2fbe
5 changed files with 32 additions and 2 deletions

View File

@@ -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();
}
}