aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorMelanie2012-06-08 23:37:25 +0200
committerMelanie2012-06-08 23:37:25 +0200
commit853449d5bc5a0ca3a49b76019ee995a4d392a4ce (patch)
tree0e8a776402f70b3b43e35163ccd94d9ee4821909 /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentFix a corner case where checking for region corssing may cross an avatar back if (diff)
downloadopensim-SC_OLD-853449d5bc5a0ca3a49b76019ee995a4d392a4ce.zip
opensim-SC_OLD-853449d5bc5a0ca3a49b76019ee995a4d392a4ce.tar.gz
opensim-SC_OLD-853449d5bc5a0ca3a49b76019ee995a4d392a4ce.tar.bz2
opensim-SC_OLD-853449d5bc5a0ca3a49b76019ee995a4d392a4ce.tar.xz
Make llTeleportAgent conform to Magnum SL Server and add llTeleportAgentGlobalCoords()
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index be5740e..50f520a 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -402,6 +402,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
402 void llTargetRemove(int number); 402 void llTargetRemove(int number);
403 void llTeleportAgentHome(string agent); 403 void llTeleportAgentHome(string agent);
404 void llTeleportAgent(string agent, string simname, LSL_Vector pos, LSL_Vector lookAt); 404 void llTeleportAgent(string agent, string simname, LSL_Vector pos, LSL_Vector lookAt);
405 void llTeleportAgentGlobalCoords(string agent, LSL_Vector global, LSL_Vector pos, LSL_Vector lookAt);
405 void llTextBox(string avatar, string message, int chat_channel); 406 void llTextBox(string avatar, string message, int chat_channel);
406 LSL_String llToLower(string source); 407 LSL_String llToLower(string source);
407 LSL_String llToUpper(string source); 408 LSL_String llToUpper(string source);