several changes to llTeleport so it does HG lms

This commit is contained in:
UbitUmarov
2021-09-15 21:05:00 +01:00
parent 06c8893357
commit a3ab4db5fc
6 changed files with 49 additions and 24 deletions

View File

@@ -62,6 +62,8 @@ namespace OpenSim.Region.Framework.Interfaces
/// <param name='client'></param>
bool TeleportHome(UUID id, IClientAPI client);
void RequestTeleportLandmark(IClientAPI remoteClient, AssetLandmark lm, Vector3 lookAt);
/// <summary>
/// Teleport an agent directly to a given region without checking whether the region should be substituted.
/// </summary>