aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs5
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);