mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
- Added SendScriptTeleportRequest to IClientView and classes implementing it.
- Implemented llMapDestination.
This commit is contained in:
@@ -880,6 +880,10 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
public void SendScriptTeleportRequest(string objName, string simName, Vector3 pos, Vector3 lookAt)
|
||||
{
|
||||
}
|
||||
|
||||
public void KillEndDone()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user