diff options
author | Melanie | 2012-06-08 23:37:25 +0200 |
---|---|---|
committer | Melanie | 2012-06-08 23:37:25 +0200 |
commit | 853449d5bc5a0ca3a49b76019ee995a4d392a4ce (patch) | |
tree | 0e8a776402f70b3b43e35163ccd94d9ee4821909 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Fix a corner case where checking for region corssing may cross an avatar back if (diff) | |
download | opensim-SC-853449d5bc5a0ca3a49b76019ee995a4d392a4ce.zip opensim-SC-853449d5bc5a0ca3a49b76019ee995a4d392a4ce.tar.gz opensim-SC-853449d5bc5a0ca3a49b76019ee995a4d392a4ce.tar.bz2 opensim-SC-853449d5bc5a0ca3a49b76019ee995a4d392a4ce.tar.xz |
Make llTeleportAgent conform to Magnum SL Server and add llTeleportAgentGlobalCoords()
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs index 9ba9561..116f639 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | |||
@@ -1835,6 +1835,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
1835 | m_LSL_Functions.llTeleportAgent(agent, simname, pos, lookAt); | 1835 | m_LSL_Functions.llTeleportAgent(agent, simname, pos, lookAt); |
1836 | } | 1836 | } |
1837 | 1837 | ||
1838 | public void llTeleportAgentGlobalCoords(string agent, LSL_Vector global, LSL_Vector pos, LSL_Vector lookAt) | ||
1839 | { | ||
1840 | m_LSL_Functions.llTeleportAgentGlobalCoords(agent, global, pos, lookAt); | ||
1841 | } | ||
1842 | |||
1838 | public void llTeleportAgentHome(string agent) | 1843 | public void llTeleportAgentHome(string agent) |
1839 | { | 1844 | { |
1840 | m_LSL_Functions.llTeleportAgentHome(agent); | 1845 | m_LSL_Functions.llTeleportAgentHome(agent); |