mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
- Added SendScriptTeleportRequest to IClientView and classes implementing it.
- Implemented llMapDestination.
This commit is contained in:
@@ -883,6 +883,10 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
public void SendScriptTeleportRequest (string objName, string simName, Vector3 pos, Vector3 lookAt)
|
||||
{
|
||||
}
|
||||
|
||||
public void KillEndDone()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user