aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorMelanie2012-06-11 16:45:52 +0100
committerMelanie2012-06-11 16:45:52 +0100
commit71ba85137f6b85db7c617bd6ee8ef2081b9fab61 (patch)
treeae03d370ddc94d4a0b5bdf25af457ce4f8467f1a /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentCreate avatar entries necessary to stop new v3 avatars being clouds (pants, s... (diff)
downloadopensim-SC_OLD-71ba85137f6b85db7c617bd6ee8ef2081b9fab61.zip
opensim-SC_OLD-71ba85137f6b85db7c617bd6ee8ef2081b9fab61.tar.gz
opensim-SC_OLD-71ba85137f6b85db7c617bd6ee8ef2081b9fab61.tar.bz2
opensim-SC_OLD-71ba85137f6b85db7c617bd6ee8ef2081b9fab61.tar.xz
Commitig the Avination implementation of llTeleportAgent and
llTeleportAgentGlobalCoords. These do NOT use PERMISSION_TELEPORT like their SL counterparts because that permission is not yet understood by TPVs based on v1.x.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs2
1 files changed, 2 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 7f5d1fe..d39b204 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -403,6 +403,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
403 void llTargetOmega(LSL_Vector axis, double spinrate, double gain); 403 void llTargetOmega(LSL_Vector axis, double spinrate, double gain);
404 void llTargetRemove(int number); 404 void llTargetRemove(int number);
405 void llTeleportAgentHome(string agent); 405 void llTeleportAgentHome(string agent);
406 void llTeleportAgent(string agent, string simname, LSL_Vector pos, LSL_Vector lookAt);
407 void llTeleportAgentGlobalCoords(string agent, LSL_Vector global, LSL_Vector pos, LSL_Vector lookAt);
406 void llTextBox(string avatar, string message, int chat_channel); 408 void llTextBox(string avatar, string message, int chat_channel);
407 LSL_String llToLower(string source); 409 LSL_String llToLower(string source);
408 LSL_String llToUpper(string source); 410 LSL_String llToUpper(string source);